Skip to content

Commit c77aad0

Browse files
fix: update releasing with the correct command (#1530)
1 parent 062b0ad commit c77aad0

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

RELEASING.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,11 @@
99
### Pre-release the provider
1010
We pre-release the provider to make for testing purpose. **A Pre-release is not published to the Hashicorp Terraform Registry**.
1111

12-
- Create a pre-release (`vX.Y.Z-pre1`) from [GitHub Release page](https://github.com/mongodb/terraform-provider-mongodbatlas/releases). Click in "Generate release notes" to autofill the description.
12+
- Create and push the pre-release tag (`X.Y.Z-pre`) to master
13+
```bash
14+
git tag [YOUR_TAG]-pre
15+
git push origin [YOUR_TAG]-pre
16+
```
1317

1418
- You will see the release in the [GitHub Release page](https://github.com/mongodb/terraform-provider-mongodbatlas/releases) once the [release action](.github/workflows/release.yml) has completed.
1519

0 commit comments

Comments
 (0)