refactor: transfer to kiegroup organization (#46)

* refactor: moved to @kiegroup organization

Starting from v4 the package/project has been moved under @kiegroup
organization.

* chore: release v4.0.0

* refactor: bper renamed to git-backporting
This commit is contained in:
Andrea Lamparelli 2023-07-06 14:19:04 +02:00 committed by GitHub
parent 1343ba5ec0
commit 15b6dd63ec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 91 additions and 65 deletions

View file

@ -1,13 +1,13 @@
{
"name": "@lampajr/bper",
"version": "3.1.1",
"description": "BPer is a tool to execute automatic git backporting.",
"name": "@kie/git-backporting",
"version": "4.0.0",
"description": "Git backporting is a tool to execute automatic pull request git backporting.",
"author": "",
"license": "MIT",
"private": false,
"main": "./dist/gha/index.js",
"bin": {
"bper": "./dist/cli/index.js"
"git-backporting": "./dist/cli/index.js"
},
"files": [
"dist/cli/index.js"
@ -33,18 +33,19 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/lampajr/backporting.git"
"url": "git+https://github.com/kiegroup/git-backporting.git"
},
"keywords": [
"backporting",
"pull-requests",
"merge-requests",
"github-action",
"cherry-pick"
],
"bugs": {
"url": "https://github.com/lampajr/backporting/issues"
"url": "https://github.com/kiegroup/git-backporting/issues"
},
"homepage": "https://github.com/lampajr/backporting#readme",
"homepage": "https://github.com/kiegroup/git-backporting#readme",
"devDependencies": {
"@commitlint/cli": "^17.4.0",
"@commitlint/config-conventional": "^17.4.0",