mirror of
https://github.com/zadam/trilium.git
synced 2026-01-06 15:32:24 +01:00
have to add changed files to index before committing
This commit is contained in:
@@ -22,8 +22,12 @@ echo "Releasing Trilium $VERSION"
|
||||
|
||||
jq '.version = "'$VERSION'"' package.json|sponge package.json
|
||||
|
||||
git add package.json
|
||||
|
||||
echo 'module.exports = { build_date:"'`date --iso-8601=seconds`'", build_revision: "'`git log -1 --format="%H"`'" };' > services/build.js
|
||||
|
||||
git add services/build.js
|
||||
|
||||
TAG=v$VERSION
|
||||
|
||||
echo "Committing package.json version change"
|
||||
|
||||
Reference in New Issue
Block a user