Skip to content
This repository has been archived by the owner on Apr 19, 2023. It is now read-only.

Commit

Permalink
Merge pull request #493 from threefoldtech/development_release_doc
Browse files Browse the repository at this point in the history
Editing release doc
  • Loading branch information
zaelgohary authored Feb 2, 2023
2 parents 63f7c90 + 0f1c4bb commit 5201d97
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions docs/release.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,7 @@ To create a new release there are some steps is required:

In [charts.yaml](../charts/tfgrid-dashboard/Chart.yaml) replace the value of `appVersion` with the new release tag.

> NOTE: We use prereleases for Qanet and Testnet and releases for Mainnet.
### Tags type based on network

| tag | network | e.g |
| --- | ------- | --------- |
| -- | mainnet | 1.0.0 |
| qa | qanet | 1.0.0-qa1 |
| rc | testnet | 1.0.0-rc1 |
> NOTE: You can release or prerelease on ANY network. No tags are needed for releases & use x.x.x-rcx for prereleases.
```yaml
appVersion: "x.x.x"
Expand Down

0 comments on commit 5201d97

Please sign in to comment.