Replies: 4 comments
-
I do this using GitHub actions for several of my projects. Since this is not a nodejs based repository, I recommend using a prepackaged action like https://github.com/marketplace/actions/action-for-semantic-release. |
Beta Was this translation helpful? Give feedback.
-
I like the idea, but I would prefer talking just a little bit about that on our discord or we can even schedule a call and go through what that would mean exactly. |
Beta Was this translation helpful? Give feedback.
-
for semantic-release exists a helmchart plugin: that increase and release a new version also automaticaly. |
Beta Was this translation helpful? Give feedback.
-
At the moment we are releasing on a 6 week schedule, with approximately 1 major update, and 5-10 bugfixes per release. This schedule gives us enough time to carefully plan ahead with our roadmap. On the other hand, we do release the project's docker image and helm-chart after every merged PR, but it may contain issues. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Is your feature request related to a problem? Please describe.
Some fixes needed long to go to the next releases:
Describe the solution you'd like
Using semantic-release (bot) to auto release on every Conventional Commits):
https://semantic-release.gitbook.io/semantic-release/
Describe alternatives you've considered
release more often
Additional context
i normaly develop on gitlab - so no idea how to setup github-actions.
Beta Was this translation helpful? Give feedback.
All reactions