Skip to content

Commit

Permalink
Update version for upcoming release, add RELEASING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
swi-jared committed Nov 27, 2023
1 parent 13a142c commit 49a662c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions RELEASING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Releasing the library

Release checklist

- Update `internal/utils/version.go` with new version. Create and merge PR.
- Tag the release `git tag vX.X.X && git push --tags`
- Create a [Github Release](https://github.com/solarwinds/apm-go/releases/new)

Future consideration: add another step, after the release is complete, to update
`version.go` with a prerelease name. If you released `v0.2.0`, perhaps the next
prerelease version would be `v0.2.1-beta`.
4 changes: 2 additions & 2 deletions internal/utils/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ import (
)

var (
// The SolarWinds Observability Go agent version
version = "0.1" // TODO
// The SolarWinds Observability Go APM library version
version = "0.2.0"

// The Go version
goVersion = strings.TrimPrefix(runtime.Version(), "go")
Expand Down

0 comments on commit 49a662c

Please sign in to comment.