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

Latest commit

 

History

History
38 lines (26 loc) · 1.44 KB

releasing.md

File metadata and controls

38 lines (26 loc) · 1.44 KB

Releasing process

To create a new release there are some steps is required:

1. Update Charts file

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.

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
appVersion: "x.x.x"

2. Create a new release

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

Newly created issue should look like this: image