You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
A clear and concise description of what the bug is.
At the moment release version is automatic based on conventional commits in history. With this system we cannot choose the next release version except by manually publish a new one.
We should refactor the CD pipeline to build the final Docker image on Release publication hook. This way, we could be able to choose by adding a tag release: v2.6.2 and if the tag is present and also target branch is master, then it publishes the new release.
Describe the bug
A clear and concise description of what the bug is.
At the moment release version is automatic based on conventional commits in history. With this system we cannot choose the next release version except by manually publish a new one.
We should refactor the CD pipeline to build the final Docker image on Release publication hook. This way, we could be able to choose by adding a tag
release: v2.6.2
and if the tag is present and also target branch ismaster
, then it publishes the new release.Resources
The text was updated successfully, but these errors were encountered: