Skip to content

Commit

Permalink
docs: How to release a new version (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
wndhydrnt committed Mar 26, 2024
1 parent e7dfb24 commit c47c4fb
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,16 @@ spec:
volumeAttributes:
secretProviderClass: "spring-cloud-config-<your-application>"
```

## Release

Follow these steps to release a new version:

1. Create a new release [via the GitHub UI](https://github.com/freenowtech/secrets-store-csi-driver-provider-spring-cloud-config/releases/new).
2. Set `v0.x.y` as the tag and the release title.

If the release contains at least one feature, increase `x` by one and set `y` to `0`.

If the release contains bug fixes only, increase `y` by one.
3. Let GitHub generate the release notes by clicking the "Generate release notes" button.
4. Click the "Publish release" button.

0 comments on commit c47c4fb

Please sign in to comment.