Skip to content
Compare
Choose a tag to compare
@YOU54F YOU54F released this 13 Sep 16:21
2b4e9b5

What's Changed

  • chore(deps): bump word-wrap from 1.2.3 to 1.2.5 in /delete-branch by @dependabot in #42
  • chore(deps): bump json5 from 1.0.1 to 1.0.2 in /delete-branch by @dependabot in #41
  • chore(deps): bump semver from 5.7.1 to 5.7.2 in /delete-branch by @dependabot in #40
  • fix: cli.sh located under GITHUB_ACTION_PATH env var by @YOU54F in #48
  • feat: support auto-detection of branch/tag/commit + use wf inputs by @YOU54F in #14
  • chore(deps): bump braces from 3.0.2 to 3.0.3 in /record-deployment by @dependabot in #47
  • chore(deps): bump semver from 7.3.7 to 7.6.3 in /record-release by @dependabot in #49
  • chore(deps): bump braces from 3.0.2 to 3.0.3 in /create-or-update-version by @dependabot in #50
  • fix(publish-provider-contract): ensure branch is set from input by @YOU54F in #51
  • Fix/publish provider contract input descs by @YOU54F in #52
  • ⚠️ Migrates to workflow-inputs over environment variables. Fixes #38
    • Users should see the actions.yml in each action, for correct usage
    • Will require users to switch from env: to with:, however existing environment variables will be picked up.
  • ⚠️ inputs for publish-provider-contract have changed, see actions file ./publish-pact-files/action.yml, existing values will be picked up
  • adds command
    • record-release
  • removes command
    • publish-provider-contract-legacy
  • supports auto-detection of version in
    • record-release
    • record-deployment
    • publish-provider-contract (including branch)
    • publish-pact-files (including branch)
    • create-version-tag
    • create-or-update-version (including branch)
    • can-i-deploy
  • Support for Pact Broker Basic Auth via PACT_BROKER_USERNAME / PACT_BROKER_PASSWORD

Full Changelog: v1.3.0...v2