Skip to content

Commit

Permalink
chore(scripts): add echo for git status
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Hoefer committed Dec 20, 2020
1 parent f79cac1 commit a84e43f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ npx github-release-notes@0.17.1 changelog --token=$(echo $GITHUB_TOKEN) --overri
git add *README.md
git add *CHANGELOG.md
git add *bug_report.md
echo `git status`
git commit -m "chore(version): update version"
git tag $new_version -f

Expand Down

0 comments on commit a84e43f

Please sign in to comment.