Skip to content

Commit f3692dd

Browse files
committed
fix(release): swapped tagging and CHANGELOG generation
1 parent 88b8e21 commit f3692dd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

release.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,13 +67,13 @@ fi
6767

6868
h1 "Preparing release of $VERSION"
6969

70-
h2 "Updating CHANGELOG.md"
71-
auto-changelog -v $VERSION -l false --template keepachangelog && git add CHANGELOG.md
72-
git commit -m "feat(release): $VERSION"
73-
7470
h2 "Tagging version: $VERSION"
7571
git tag $VERSION
7672

73+
h2 "Updating CHANGELOG.md"
74+
git-chglog -o CHANGELOG.md && git add CHANGELOG.md
75+
git commit -m "feat(release): $VERSION"
76+
7777
note "Building assets to be uploaded"
7878
make ci
7979

0 commit comments

Comments
 (0)