Skip to content

Tags: elastiflow/gha-reusable

Tags

v0.1.13

Toggle v0.1.13's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: Remove default tag prefix (#21)

v0

Toggle v0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: Remove default tag prefix (#21)

v0.1.12

Toggle v0.1.12's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: set outputs only if new_release_published is true (#20)

v0.1.11

Toggle v0.1.11's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: Wrap "git-cliff" with python (#19)

* chore: "add_git_notes" is no longer needed for "prepare-release"

* fix: Wrap "git-cliff" with python

Wrap "git-cliff" with python instead of shell to make it easier to improve and debug the action.

Wrapper script becomes more complex (additional new/latest tag parsing is needed) which increases the need of the unit tests.

Note, only stdlib is used for python wrapper.

* fix: Unused imports

* fix: Add ruff

* fix: Linting

* chore: Better func name

* fix: Implement PR suggestions

v0.1.10

Toggle v0.1.10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: Wrong path to "git_cliff" script (#18)

v0.1.9

Toggle v0.1.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: Replace "semantic-releases" with "git-cliff" (#17)

* feat: Replace "semantic-releases" with "git-cliff"

* chore: Examples

* chore: Markdownlint

* chore: Cleanup

* fix: Consider only "this" branch

* Update actions/prepare-release/action.yml

Co-authored-by: Keli (Madison) Grubb <[email protected]>

* Update actions/prepare-release/action.yml

Co-authored-by: Keli (Madison) Grubb <[email protected]>

---------

Co-authored-by: Keli (Madison) Grubb <[email protected]>

v0.1.8

Toggle v0.1.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat(prepare-release): Add monorepo support (#16)

Add a monorepo support to the `prepare-release` action. The feature relies on the [semantic-release-monorepo](https://github.com/pmowrer/semantic-release-monorepo) library and allows to have separate changelogs for different applications in the monorepo.

Note, the feature is still experimental and needs more "battle-testing"

v0.1.7

Toggle v0.1.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: Ability to specify "tag_format" for pre-release action. (#15)

In some cases we may need to set [tag_format](https://semantic-release.gitbook.io/semantic-release/usage/configuration#tagformat) for the "semantic-release", for example to have an app name as a tag prefix for the helm chart.
Although `tag_format` may be defined in the config, it does not work very well for the monorepo, when multiple configs may be needed for multiple apps, which has some issues - [ref](semantic-release/semantic-release#1592 (comment)). Moreover, the underlying action we use always tries to download the config from NPM instead of using a local file.

v0.1.6

Toggle v0.1.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: Support multiple YAML keys update (#14)

* feat: Support multiple YAML keys update

Support for multiple YAML keys update in the prepare-release action

* Update actions/prepare-release/bump_yaml.sh

Co-authored-by: Keli (Madison) Grubb <[email protected]>

---------

Co-authored-by: Keli (Madison) Grubb <[email protected]>

v0.1.5

Toggle v0.1.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: Add "PR Checks" workflow (#13)

Add "PR Checks" workflow, currently to be used to lint the PR title against conventional commits