Skip to content

Commit

Permalink
chore: update release script
Browse files Browse the repository at this point in the history
  • Loading branch information
nobkd committed May 7, 2023
1 parent 969d00e commit ea83c5d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@
"serve:firefox": "web-ext run -s dist",
"serve:chrome": "web-ext run -t chromium -s dist",
"bundle": "web-ext build -s dist -a out --overwrite-dest",
"release": "changelogen --release && sed -i -e \"s/\\\"version\\\": *\\\"[^\\\"]*\\\"/\\\"version\\\": $(npm pkg get version)/gi\" public/manifest.json"
"bump-manifest": "sed -i -e \"s/\\\"version\\\": *\\\"[^\\\"]*\\\"/\\\"version\\\": $(npm pkg get version)/gi\" public/manifest.json",
"release": "changelogen --release && npm run bump-manifest && npm run format:fix && git add public/manifest.json package.json package-lock.json && git commit --amend --no-edit && git push --follow-tags"
},
"devDependencies": {
"@types/leaflet": "^1.9.3",
Expand Down

0 comments on commit ea83c5d

Please sign in to comment.