Releases: xarray-contrib/ci-trigger
Releases · xarray-contrib/ci-trigger
v1.2.1
What's Changed
- use an environment variable to print the detected commit message by @keewis in #5
This avoids expanding / potentially executing the first line of the commit message (reported in #4).
Full Changelog: v1...v1.2.1
v1.1.1
What's Changed
- use an environment variable to print the detected commit message by @keewis in #5
This avoids expanding / potentially executing the first line of the commit message (reported in #4).
Full Changelog: v1.1...v1.1.1
v1.0.1
What's Changed
- use an environment variable to print the detected commit message by @keewis in #5
This avoids expanding / potentially executing the first line of the commit message (reported in #4).
Full Changelog: v1.0...v1.0.1
v1.2
Bug fixes:
- Use the environment files to set step outputs instead of the deprecated workflow command (
::set-output
) (#3)
v1.1
Bug fixes:
- properly handle double quotes (
"
) in commit messages (#2)
v1.0
Initial release of the ci trigger action.