Skip to content

Commit 5edb8b2

Browse files
authored
Merge pull request #6179 from oasisprotocol/kostko/feature/release-pre
ci: Release pre-release versions by default
2 parents 53696fc + a02cbe5 commit 5edb8b2

3 files changed

Lines changed: 6 additions & 0 deletions

File tree

.changelog/6179.trivial.md

Whitespace-only changes.

.goreleaser.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,3 +89,5 @@ snapshot:
8989

9090
release:
9191
name_template: "{{.ProjectName}} {{.Version}}"
92+
prerelease: true
93+
make_latest: false

docs/release-process.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,10 @@ checksums, and publish a GitHub Release that accompanies the versioned git tag.
150150
Browse to [Oasis Core's releases page] and make sure the new release is properly
151151
published.
152152

153+
**Initially the release will be published as a pre-release to allow for early
154+
testing on Testnet. Once the release is ready for a wider audience on Mainnet it
155+
should be explicitly changed to be a normal production release.**
156+
153157
### Create `stable/YY.MINOR.x` Branch
154158

155159
To prepare a new stable branch from the new release tag and push it to the

0 commit comments

Comments
 (0)