Releases: Poltio/action-release
Releases · Poltio/action-release
v0.0.16: Adding tag to version title
added action path and removed alias
Whats new
removed -a v alias path since its redundant. maybe in the future we can add it back.
added ${{ github.action_path }} so in other repos workflows can access our actions
use main branch instead of version
Merge pull request #8 from Poltio/hotfix/use-main use main branch instead of version
re-added fetchdepth to checkout step so we can get all tags
What's Changed
- New Release Step by @gcg in #5
- re-added fetchdepth to checkout step so we can get all tags by @gcg in #6
Full Changelog: v0.0.12...v0.0.13
target the latest version
Merge pull request #4 from Poltio/hotfix/test-release target the latest version
New Release Step
- switched to a recent and maintained action for release step
- added merge condition directly
- removed depth
- updated readme