Skip to content

Commit

Permalink
Update RELEASING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
andreaangiolillo committed Apr 26, 2024
1 parent 85155e3 commit 3c41063
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/cli/RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

## Trigger release workflow

- Using our [Release GitHub Action](https://github.com/mongodb/terraform-provider-mongodbatlas/actions/workflows/release.yml) run a new workflow using `master` and the following inputs:
- Using our [Release GitHub Action](https://github.com/mongodb/openapi/actions/workflows/release-cli.yml) run a new workflow using `master` and the following inputs:
- Version number: `vX.Y.Z`
- Skip tests: Should be left empty. Only used in case failing tests have been encountered and the team agrees the release can still de done.
- Using an existing tag: Should be left empty (default `false` creates a new tag from `master`). This should be set to `true` only if you want to re-use an existing tag for the release. This can be helpful for rerunning a failed release process in which the tag has already been created.
Expand Down

0 comments on commit 3c41063

Please sign in to comment.