Skip to content

2.0.19

Compare
Choose a tag to compare
@github-actions github-actions released this 13 Dec 19:32
· 5 commits to main since this release
e27d75f

What's Changed

Breaking Change

In this PR, there is a breaking change because the original solution doesn't work in real environment.

In bash, it is not possible to use "-" as environment name, so the new rules are

  • - will turn into _
  • double __ will be used as a separator

more details in #98

Full Changelog: 2.0.18...2.0.19