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
Instead of doing a release when a pr hits master that is modifying CHANGELOG.md, we should have some script that checks if there is actually a new release. A new release would mean that inside of the CHANGELOG.md there is a version number that is higher than the highest version number found in CHANGELOG.md in the parent commit.
We should also change the tag to be in the format vVERSION_NUMBER. I think this is currently not the case.
The text was updated successfully, but these errors were encountered:
Instead of doing a release when a pr hits master that is modifying
CHANGELOG.md
, we should have some script that checks if there is actually a new release. A new release would mean that inside of theCHANGELOG.md
there is a version number that is higher than the highest version number found inCHANGELOG.md
in the parent commit.We should also change the tag to be in the format
vVERSION_NUMBER
. I think this is currently not the case.The text was updated successfully, but these errors were encountered: