Skip to content

Commit

Permalink
fix(release): swapped tagging and CHANGELOG generation
Browse files Browse the repository at this point in the history
  • Loading branch information
clok committed May 21, 2020
1 parent 88b8e21 commit f3692dd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -67,13 +67,13 @@ fi

h1 "Preparing release of $VERSION"

h2 "Updating CHANGELOG.md"
auto-changelog -v $VERSION -l false --template keepachangelog && git add CHANGELOG.md
git commit -m "feat(release): $VERSION"

h2 "Tagging version: $VERSION"
git tag $VERSION

h2 "Updating CHANGELOG.md"
git-chglog -o CHANGELOG.md && git add CHANGELOG.md
git commit -m "feat(release): $VERSION"

note "Building assets to be uploaded"
make ci

Expand Down

0 comments on commit f3692dd

Please sign in to comment.