File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed
Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ GO111MODULE=on
1010
1111PLUGINS_DIR =~/.terraform.d/plugins
1212PLUGIN_PATH =onelogin.com/onelogin/onelogin
13- VERSION =0.8.1
13+ VERSION =0.8.2
1414
1515clean :
1616 rm -r ${DIST_DIR}
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ terraform {
3030 required_providers {
3131 onelogin = {
3232 source = "onelogin/onelogin"
33- version = "0.8.1 "
33+ version = "0.8.2 "
3434 }
3535 }
3636}
@@ -77,7 +77,11 @@ make secure
77771 . Create feature branch from ` main `
78782 . Create PR against ` main `
79793 . After approval and CI passing, merge to ` main `
80- 4 . Create a new release either:
80+ 4 . Update version numbers:
81+ - Update ` VERSION ` in ` GNUmakefile `
82+ - Update version in the example provider configuration in ` README.md `
83+ 5 . Commit version changes to ` main `
84+ 6 . Create a new release either:
8185 - Through GitHub UI:
8286 1 . Go to "Releases" on GitHub
8387 2 . Click "Draft a new release"
@@ -89,7 +93,7 @@ make secure
8993 git tag vX.X.X
9094 git push origin vX.X.X
9195 ```
92- 5 . The GitHub Action will automatically:
96+ 7 . The GitHub Action will automatically:
9397 - Build the provider
9498 - Create a GitHub release
9599 - Publish to the Terraform Registry
You can’t perform that action at this time.
0 commit comments