Skip to content

Releases: Poltio/action-release

v0.0.16: Adding tag to version title

18 Jul 10:42
@gcg gcg
85f9196

Choose a tag to compare

Whats New

Adding tag numbers to version/release titles

added action path and removed alias

24 Jan 11:33
@gcg gcg
d1bbfec

Choose a tag to compare

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

24 Jan 11:20
@gcg gcg
d60ddc6

Choose a tag to compare

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

24 Jan 10:46
@gcg gcg
e45db1c

Choose a tag to compare

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

24 Jan 10:23
@gcg gcg
7e24992

Choose a tag to compare

Merge pull request #4 from Poltio/hotfix/test-release

target the latest version

New Release Step

24 Jan 10:41
@gcg gcg
daf7abf

Choose a tag to compare

  • switched to a recent and maintained action for release step
  • added merge condition directly
  • removed depth
  • updated readme