Skip to content

Commit

Permalink
Add all changes to stamped commit (#516)
Browse files Browse the repository at this point in the history
* Add all changes to stamped commit

* Use bash shebang
  • Loading branch information
DavidSouther authored Dec 3, 2024
1 parent e84c0df commit d327dd0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions stamp.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash

set -e # Exit on errors
set -x # Shell debugging
Expand Down Expand Up @@ -36,5 +36,5 @@ echo "Releasing $VERSION..."
npm version "$VERSION" --include-workspace-root
sed "/version/ s/$CURRENT/$VERSION/" web/public/index.html > web/public/index.html.out ; mv web/public/index.html.out web/public/index.html
git --no-pager diff
git add package.json
git add .
git commit --message "Release ${VERSION}"

0 comments on commit d327dd0

Please sign in to comment.