Skip to content
Snippets Groups Projects
Verified Commit bbb10257 authored by Georg Krause's avatar Georg Krause
Browse files

docs(contribute): Document how to do a release

parent bb88ecba
Branches 5-add-license
No related tags found
No related merge requests found
Pipeline #24134 passed with stage
in 32 seconds
......@@ -9,3 +9,9 @@ This library is intended for use in the Funkwhale frontend and any projects that
## Contribute to development
The Funkwhale API client is generated from the Funkwhale OpenAPI schema. If you notice an issue with the API itself, consider contributing to [Funkwhale](https://dev.funkwhale.audio/funkwhale/funkwhale).
## Make an release
Run `yarn version` to set a new version. Yarn automatically commits the changes
and sets a tag. Now run `git push --tags && git push` and the Pipeline will take
care for the publication.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment