Skip to content

Commit 7988777

Browse files
committed
Add note about automated release in README.md
1 parent 913f190 commit 7988777

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ Unfortunately Spotify does not provide any version information with their Web AP
2121
Because the documentation are only based on the Spotify Web API Reference, there might be difference to the actual behaviour of the Spotify Web API. Also, neither do I have any connections to Spotify nor am I an employee at Spotify.
2222

2323
## How to release a new version
24+
25+
Just start the Release workflow in GitHub Actions or perform the following steps manually
26+
2427
1. Update the version number with `./mvnw versions:set -DnewVersion="<version>" -DgenerateBackupPoms=false`
2528
2. Run OpenApiGenerator to update the openapi definition with new version
2629
3. Commit and push changes to GitHub

0 commit comments

Comments
 (0)