camunda-community-hub / camunda-7-community-helm

Camunda public Kubernetes Helm repo and charts
Apache License 2.0
40 stars 38 forks source link

Is it possible to release ? #57

Closed thecampagnards closed 1 year ago

thecampagnards commented 1 year ago

Hello, sorry for the inconvenience, is it possible to release the latest features ? Thx !

aabouzaid commented 1 year ago

Hi @thecampagnards :wave:

Do you like to be one of the maintainers for this project? It's a bit hard to find time nowadays for this project.

So probably the best way to find one more active than me to be the maintainer :sweat_smile: WDYT?

thecampagnards commented 1 year ago

Hi, Yep nice ! if you show me few things like how to release etc. Sure I can help you to maintain this project.

Thanks !

aabouzaid commented 1 year ago

@thecampagnards the release is simple, when you are fine with the current master, create a new branch with the prefix release (e.g. release-v7.6.2 and push it to the repo, which will trigger the release pipeline.

The release notes are auto-generated based on the commit message using chglog. The only thing you need to be aware of, if a comment doesn't follow the convention, it will not show in the release notes (so it's always better to squash the comments in the PR and use the proper title if not used).

That's it :grin:

thecampagnards commented 1 year ago

Okey it's simple perfect 😃

aabouzaid commented 1 year ago

great, check it now you should have an invitation with "write" access to the repo.

try to do your first release and I can clarify anything that could pop up.