Skip to content

v2.0.0

Compare
Choose a tag to compare
@lotyp lotyp released this 14 Apr 10:56
51eef3b

2.0.0 (2024-04-14)

⚠ BREAKING CHANGES

  • change default-branch name to target-branch

Features

  • add action to install phive dependencies (072115b)
  • add build-image workflow (feabbbb)
  • add commitlint configuration and github action to lint commits (f85d90b)
  • add composer composite actions (d5b7afa)
  • add create-release action using changesets (9eb0c8d)
  • add labels workflow (2c027b8)
  • add playwright install action (aaa0389)
  • add pnpm composite install action (b491bc8)
  • add release-please action, to start using releases and attach to tag instead of @master (f85d90b)
  • add shared release workflow (5221c97)
  • add workflows (29edc7b)
  • add yamllint action and Makefile support (f85d90b)
  • added s3-cache action (9b4f526)
  • allow to pass custom head reference (3fddee2)
  • allow to pass platform in docker-build (38174a4)
  • infra files, fixes in actions (22fb724)
  • move to docker cache (a40de72)
  • move to docker cache (7b8b5bd)
  • shellcheck workflow (bd17f4e)
  • update release-please workflow (ea6a209)
  • updates (f85d90b)

Bug Fixes

  • add custom path for template (e320afc)
  • change default-branch name to target-branch (4e49afd)
  • deps: update dependency @action-validator/cli to v0.5.2 (65ef3ea)
  • deps: update dependency @action-validator/cli to v0.5.3 (2c7175d)
  • deps: update dependency @action-validator/cli to v0.5.4 (ca064e4)
  • deps: update dependency @action-validator/cli to v0.6.0 (6782647)
  • deps: update dependency @action-validator/core to v0.5.3 (4559930)
  • deps: update dependency @action-validator/core to v0.5.4 (40554af)
  • deps: update dependency @action-validator/core to v0.6.0 (7c2ccdd)
  • limit tests only to amd64 builds (a53c398)
  • make sh files executable (ddcc034)
  • move to actions folder (2f40a0f)
  • playwright install action (e1833e9)
  • replace pnpm to pnpx to resolve ENOENT playwrite (85d80da)
  • script permissions (3b901ff)
  • secret name github_token within workflow_call can not be used since it would collide with system reserved name (c719560)
  • shellcheck (8564406)
  • shellcheck upload (7f11fa0)
  • tokens must be passed as secrets (f615054)

Documentation