Skip to content

Commit 6989f18

Browse files
committed
Bump version to 0.8.2 and improve release documentation
1 parent d6c6a9d commit 6989f18

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

GNUmakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ GO111MODULE=on
1010

1111
PLUGINS_DIR=~/.terraform.d/plugins
1212
PLUGIN_PATH=onelogin.com/onelogin/onelogin
13-
VERSION=0.8.1
13+
VERSION=0.8.2
1414

1515
clean:
1616
rm -r ${DIST_DIR}

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff 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
7777
1. Create feature branch from `main`
7878
2. Create PR against `main`
7979
3. 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

0 commit comments

Comments
 (0)