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
The ReadMe suggests using @master for the version, but that's a bit risky stability wise for users. Offering a major version tag would provide stability for users, assuming you follow semver.
You can accomplish this on each release with:
git tag v0.7.0
git push origin v0.7.0
git tag -fa v0 -m "Update v0 tag"
git push origin v0 --force
Thanks for creating the action.
The ReadMe suggests using
@master
for the version, but that's a bit risky stability wise for users. Offering a major version tag would provide stability for users, assuming you follow semver.You can accomplish this on each release with:
Then the README could say:
The text was updated successfully, but these errors were encountered: