To create a new release there are some steps is required:
In charts.yaml replace the value of appVersion with the new release tag.
NOTE: We use prereleases for Qanet and Testnet and releases for Mainnet.
| tag | network | e.g |
|---|---|---|
| -- | mainnet | 1.0.0 |
| qa | qanet | 1.0.0-qa1 |
| rc | testnet | 1.0.0-rc1 |
appVersion: "x.x.x"Create a new release with same value of appVersion in charts.yaml.
While you're creating a new release you also have to create a new tag the same as the one in the charts.yaml
You can find more details about creating a new release in Release projects.
3. Create a new issue on tf_operations
Create a new issue of type Update Request and mention the following:
-
Release link
You can find it by changing the branch to the needed tag and then copy the URL.
-
Charts directory link
In this case will be weblets-chart
