shabados / viewer

An online viewer of the Shabad OS Database
https://viewer.shabados.com
MIT License
6 stars 7 forks source link

Publish next releases continuously #350

Closed Harjot1Singh closed 3 years ago

Harjot1Singh commented 3 years ago

Every merge should trigger a next release, which should not push back to the repo, to avoid noise. The latest version should be read from git tags and injected into package.json.

npm version from-git --no-git-tag-version can be used to sync package.json with the latest git tag.

git tag --sort=-version:refname can be used to return a semver-sorted list of the git tags.

This eventually be refactored out in https://github.com/shabados/actions/issues/84