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

Latest commit

 

History

History
37 lines (21 loc) · 1.41 KB

release.md

File metadata and controls

37 lines (21 loc) · 1.41 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.
  • In values.yaml replace the value of tag with the new release tag.

NOTE: You can release or prerelease on ANY network. No tags are needed for releases & use x.x.x-rcx for prereleases.

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 dashboard-chart

Newly created issue should look like this:

image