MozillaReality / fxr-cli

A command-line tool for installing and automating the Firefox Reality virtual-reality browser.
https://www.npmjs.com/package/fxr
Mozilla Public License 2.0
4 stars 3 forks source link

improve GitHub releases (tagging + pushing) #18

Open cvan opened 6 years ago

cvan commented 6 years ago

we're using publish-please:

it works well for npm publishing, but there are still a few steps to get the "version" bumped in the package.json, create the v<version> Git tag, and push it to GitHub (i.e., git push --tags):

let's simplify this all with a single script.