3
0
mirror of https://github.com/ergochat/ergo.git synced 2024-11-22 03:49:27 +01:00

set up v2.3.0-unreleased

This commit is contained in:
Shivaram Lingamneni 2020-07-26 06:00:24 -04:00
parent 58be8463c9
commit 6fbbcbc44f
2 changed files with 2 additions and 2 deletions

View File

@ -50,7 +50,7 @@ Develop branches are either used to work out implementation details in preperati
Once it's built and released, you need to setup the new development version. To do so:
1. Ensure dependencies are up-to-date.
1. In `irc/constants.go`, update the version number to `0.0.1-unreleased`, where `0.0.1` is the previous release number with the minor field incremented by one (for instance, `0.9.2` -> `0.9.3-unreleased`).
1. Bump the version number in `irc/version.go`, typically by incrementing the second number in the 3-tuple, and add '-unreleased' (for instance, `2.2.0` -> `2.3.0-unreleased`).
1. Commit the new version number and changelog with the message `"Setup v0.0.1-unreleased devel ver"`.
**Unreleased changelog content**

View File

@ -7,7 +7,7 @@ import "fmt"
const (
// SemVer is the semantic version of Oragono.
SemVer = "2.2.0"
SemVer = "2.3.0-unreleased"
)
var (