elias-pap / youtube-share-clip

A chrome extension for sharing sections of YouTube videos.
https://chrome.google.com/webstore/detail/youtube-share-clip/jknkoohnhhnlnojgddpjgibniodllhae
Other
8 stars 2 forks source link

Automate the release process #6

Closed elias-pap closed 9 months ago

elias-pap commented 1 year ago
elias-pap commented 9 months ago

Not very important. Current manual steps:

  1. bump version in package.json, package-lock.json (with npm i), manifest.json
  2. Open and merge PR
  3. git tag vX.Y.Z
  4. g push origin --tags
  5. Create a release using Github UI (autogenerate notes and remove "v" from vX.Y.Z)