Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 912 Bytes

File metadata and controls

23 lines (18 loc) · 912 Bytes

Contributing

Source files

Scripts

Release process

./scripts/version.js $NEWVERSION # ($NEWVERSION without the "v" prefix)
git add CITATION.cff LICENSE extension/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 identification-resources-$NEWVERSION.zip extension
# Upload to Chrome webstore (manually)