release icon indicating copy to clipboard operation
release copied to clipboard

Support `createTagBefore` hook

Open mantou132 opened this issue 5 years ago • 0 comments

createTagBefore allows to replace the version number of files other than package.json before creating a release.

e.g:

  • https://github.com/Polymer/lit-html/blob/259786bd472ea7abae0947a600303608b7fc5eff/src/lit-html.ts#L55
  • https://github.com/mantou132/Spotify-Lyrics/blob/master/public/manifest.json#L3
  • https://github.com/mantou132/gem/blob/master/src/lib/version.ts

mantou132 avatar Nov 20 '20 11:11 mantou132