AndreasAugustin / actions-template-sync

:octocat: Github action for syncing other repositories (templates) with current repository. Any git provider like GitHub (enterprise), GitLab, Gittea,.. are supported for the source repository

Home Page:https://andreasaugustin.github.io/actions-template-sync/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Feat]: support major/minor tags

AndreasAugustin opened this issue · comments

Describe the feature

It is common to use major minor tags (like v1, v1.1) to configure github actions. This action should also support those tags.

Use Case

People want to use the latest versions of the action

Proposed Solution

Use the already existing release please with some custom addition:
https://github.com/google-github-actions/release-please-action?tab=readme-ov-file#creating-majorminor-tags

Acknowledgements

  • I may be able to implement this feature request