Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release management implementation #21

Merged
merged 18 commits into from
May 5, 2023
Merged

Release management implementation #21

merged 18 commits into from
May 5, 2023

Conversation

kushtrimh
Copy link
Owner

Add tools to handle release management.

  • Creating new tag
  • Create new release
  • Update version on all projects based on merge commit type

For merge commits starting with feat: the minor version is increased, for all other types except doc: and format: the patch version is increased.

All this is done in a new workflow triggered after a successful deployment.
The workflow is skipped for doc: and format: merge commits.

@kushtrimh kushtrimh merged commit 065e81c into main May 5, 2023
@kushtrimh kushtrimh deleted the release-management branch May 5, 2023 17:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant