Skip to content

Commit

Permalink
Build: Update build script to tag release commits (#141)
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyjin authored May 24, 2017
1 parent e7fb14b commit 15c0034
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .conventional-changelog-lintrc
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@
"Build",
"Upgrade",
"Chore",
"Update"
"Update",
"Release"
]
],
"type-max-length": [
Expand Down
2 changes: 1 addition & 1 deletion build/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ update_readme() {

push_to_github() {
# Add new files
git commit -am $VERSION
git commit -am "Release: $VERSION"

# Force update tag after updating files
git tag -a v$VERSION -m $VERSION
Expand Down

0 comments on commit 15c0034

Please sign in to comment.