Skip to content

Releases: dittowords/ditto-github-action

v1.0.2

06 Oct 21:11
1649ccc

Choose a tag to compare

What's Changed

  • Updates the env var that stores the API key in v5.x
  • Replaces the deprecated set-output method, per this article

PR: #8
Full Changelog: v1.0.1...v1.0.2

v1.0.1

06 Oct 18:13
4bab6d3

Choose a tag to compare

Patch fix to the install statement for the CLI.

What's Changed

Full Changelog: v1.0.0...v1.0.1

v1.0.0

06 Oct 18:03
3ef880b

Choose a tag to compare

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

03 Oct 18:30
7e39422

Choose a tag to compare

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

03 May 18:25
cf6f3b7

Choose a tag to compare

What's Changed

  • add optional name input parameter pr-title-prefix to distinguish prs with multi config setups by @jaerod95 in #3

New Contributors

Full Changelog: v0.2.0...v0.3.0

v0.2.0

13 Jun 18:37
672292f

Choose a tag to compare

  • Added an optional ditto-dir input parameter for projects that do not have the ditto directory in the root of the repository
  • Removed gh-action-stats dependency as it was not used

v0.1.0

24 May 18:19
329bfa1

Choose a tag to compare

Initial release