Releases: dittowords/ditto-github-action
v1.0.2
What's Changed
- Updates the env var that stores the API key in
v5.x - Replaces the deprecated
set-outputmethod, per this article
PR: #8
Full Changelog: v1.0.1...v1.0.2
v1.0.1
Patch fix to the install statement for the CLI.
What's Changed
- [DIT-11523] Fix install statement by @marla-hoggard in #7
Full Changelog: v1.0.0...v1.0.1
v1.0.0
What's Changed
Points the Github Action to v5.x of the Ditto CLI, allowing users to pull from new and legacy Ditto projects and components. By default, the action will now point to the new Ditto. Legacy users will need to add pull-from-legacy to their workflow to continue fetching legacy data. See the README for updated examples, including how to support both new and legacy Ditto in the same codebase.
PR: Adds support for new and legacy Ditto support using CLI v5.x in #6
Full Changelog: v0.3.1...v.1.0.0
v0.3.1
Patch fix to restore legacy support to the github action after the release of CLI v5.0.0. This fix pins the CLI version used by the github action to the final legacy CLI release.
Full support for the latest version of the CLI is coming soon.
v0.3.0
What's Changed
- add optional name input parameter
pr-title-prefixto distinguish prs with multi config setups by @jaerod95 in #3
New Contributors
Full Changelog: v0.2.0...v0.3.0
v0.2.0
- Added an optional
ditto-dirinput parameter for projects that do not have the ditto directory in the root of the repository - Removed
gh-action-statsdependency as it was not used
v0.1.0
Initial release