Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 934 Bytes

CONTRIBUTING.md

File metadata and controls

23 lines (18 loc) · 934 Bytes

Contributing

Source files

Scripts

Release process

./scripts/version.js $NEWVERSION # ($NEWVERSION without the "v" prefix)
git add CITATION.cff LICENSE isaac-chrome/manifest.json
git commit -m "Release v$NEWVERSION"
git tag "v$NEWVERSION"
git push origin --tags
# Make release from tag in GitHub (manually)
zip -r isaac-chrome-extension-$NEWVERSION.zip isaac-chrome
# Upload to Chrome webstore (manually)