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

Support releasing tags #15

Merged
merged 1 commit into from
Aug 21, 2024
Merged

Support releasing tags #15

merged 1 commit into from
Aug 21, 2024

Conversation

naushadh
Copy link
Owner

Helps us create Github release, image tag, changelog for each new version (which is tied to a commit).

Helps us create Github release, image tag, changelog for each new version (based on git tag).
@naushadh naushadh merged commit 12f9941 into main Aug 21, 2024
1 check passed
@naushadh naushadh deleted the tagged-releases branch August 21, 2024 19:47
naushadh added a commit that referenced this pull request Aug 21, 2024
#15 failed to trigger releases since [workflow_run](https://docs.github.com/en/actions/writing-workflows/choosing-when-your-workflow-runs/events-that-trigger-workflows#workflow_run) doesn't support filtering by tags

So we try again with release as a job (rather than workflow) limited to `main` branch and tags.
naushadh added a commit that referenced this pull request Aug 21, 2024
#15 failed to trigger releases since [workflow_run](https://docs.github.com/en/actions/writing-workflows/choosing-when-your-workflow-runs/events-that-trigger-workflows#workflow_run) doesn't support filtering by tags

So we try again with release as a job (rather than workflow) limited to `main` branch and tags.
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