Skip to content

Conversation

@creydr
Copy link
Collaborator

@creydr creydr commented Jan 27, 2026

Add two new workflows to automate release management:

  • release.yml: Builds and publishes multi-arch images when semver tags are pushed, creating GitHub releases with auto-generated notes
  • manage-release-tags.yml: Automatically creates release tags for new release-X.Y branches and incremental patch tags on a weekly schedule. This will then trigger the workflow from release.yml

Update main branch workflow to use 'main' tag instead of 'latest'. The 'latest' tag now points to the latest stable release version.

Add two new workflows to automate release management:
- release.yml: Builds and publishes multi-arch images when semver tags are pushed, creating GitHub releases with auto-generated notes
- manage-release-tags.yml: Automatically creates release tags for new release-X.Y branches and incremental patch tags on a weekly schedule

Update main branch workflow to use 'main' tag instead of 'latest'. The 'latest' tag now points to the latest stable release version.
@creydr creydr requested a review from gauron99 January 27, 2026 12:06
@creydr creydr merged commit cb24e92 into functions-dev:main Jan 27, 2026
3 checks passed
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