We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56c908b commit b5d7d50Copy full SHA for b5d7d50
CONTRIBUTING.md
@@ -66,4 +66,12 @@ feat: create initial CONTRIBUTING.md
66
This closes #73
67
```
68
69
-> **NOTE:** [CHANGELOG.md](CHANGELOG.md) is generated based on the commits.
+## Release process
70
+
71
+Example for version `v1.7.0`
72
73
+1. Bump the version in `lib/omniauth-saml/version.rb`
74
+1. Update [CHANGELOG.md](CHANGELOG.md) with `bundle exec conventional-changelog version=v1.7.0 since_version=v1.6.0`
75
+1. Commit all your changes
76
+1. Tag the latest commit with `git tag v1.7.0`
77
+1. Contact the maintainers
0 commit comments