You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When creating a release, it would be nice to tag the latest commit on master with the release version and then have the code base automatically use this tag for the generated files.
Care should be taken to make sure that an alternative version is used when doing a dev build. This way it at least takes effort to create versions of a release.
Actual Behavior
The current process involves creating a PR to bump the version in
VERSION
version.go
common.mk
The extra PR is unnecessary paperwork. These can be modified to just pull the latest tag that matches semantic versioning
The text was updated successfully, but these errors were encountered:
Expected Behavior
When creating a release, it would be nice to tag the latest commit on master with the release version and then have the code base automatically use this tag for the generated files.
Care should be taken to make sure that an alternative version is used when doing a dev build. This way it at least takes effort to create versions of a release.
Actual Behavior
The current process involves creating a PR to bump the version in
The extra PR is unnecessary paperwork. These can be modified to just pull the latest tag that matches semantic versioning
The text was updated successfully, but these errors were encountered: