graph-tooling
graph-tooling copied to clipboard
Auto suggest version label on `graph deploy` to be next semver patch
Discussed in https://github.com/graphprotocol/graph-tooling/discussions/1601
Originally posted by schmidsi February 29, 2024 It is very annoying to always enter a new version label, especially when following semver. Can't we just suggest the next patch version?
- First deploy it would suggest:
v0.0.1 - Next deploy it would suggest:
v0.0.2 - If I manually changed the version to:
v1.0.0suggest next: `v1.0.1 Thoughts?
Also suggested here + more context: https://github.com/graphprotocol/graph-tooling/discussions/1723