Skip to content

Commit

Permalink
internal/task: rename semver to releaseVersion and add string method
Browse files Browse the repository at this point in the history
1. Remove prerelease field from semver and rename it to releaseVersion.
2. parseSemver rename to parseVersion returns a releaseVersion and
   the corresponding prerelease string.
3. Refactor vscode go release process follow the same pattern as gopls.
   Move some code change from CL 612115.

Change-Id: Ic02f26c02db519e475118e80e09748c0c63d1521
Reviewed-on: https://go-review.googlesource.com/c/build/+/611975
Reviewed-by: Hyang-Ah Hana Kim <hyangah@gmail.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Robert Findley <rfindley@google.com>
  • Loading branch information
h9jiang committed Sep 11, 2024
1 parent 4fcdaed commit b655b73
Show file tree
Hide file tree
Showing 4 changed files with 327 additions and 358 deletions.
Loading

0 comments on commit b655b73

Please sign in to comment.