graph-tooling icon indicating copy to clipboard operation
graph-tooling copied to clipboard

Auto suggest version label on `graph deploy` to be next semver patch

Open YaroShkvorets opened this issue 1 year ago • 1 comments

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.0 suggest next: `v1.0.1 Thoughts?

YaroShkvorets avatar Dec 09 '24 21:12 YaroShkvorets

Also suggested here + more context: https://github.com/graphprotocol/graph-tooling/discussions/1723

YaroShkvorets avatar Jan 28 '25 21:01 YaroShkvorets