Skip to content

Commit

Permalink
Move all configuration to bump.sh
Browse files Browse the repository at this point in the history
Move configuration from package.json to bump.sh and change the commit title to `chore(release): vX.Y.Z`
  • Loading branch information
Elad Ben-Israel committed Feb 24, 2020
1 parent 1cf70e7 commit 2686e01
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 1 addition & 0 deletions bump.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,6 @@ npx standard-version \
--bumpFiles package.json \
--release-as ${version} \
--skip.tag=true \
--releaseCommitMessageFormat="chore(release): v{{currentTag}}" \
--commit-all

4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"build": "./build.sh",
"pack": "./pack.sh",
"compat": "./scripts/check-api-compatibility.sh",
"bump": "./bump.sh",
"build-all": "tsc -b"
},
"devDependencies": {
Expand All @@ -26,9 +27,6 @@
"type": "git",
"url": "git://github.com/aws/aws-cdk"
},
"standard-version": {
"releaseCommitMessageFormat": "v{{currentTag}}"
},
"license": "Apache-2.0",
"author": {
"name": "Amazon Web Services",
Expand Down

0 comments on commit 2686e01

Please sign in to comment.