1
0
mirror of https://github.com/joaquinjsb/gitea-release-please-action synced 2026-05-10 00:31:12 +02:00
Files
gitea-release-please-action/CHANGELOG.md
2020-09-05 18:02:16 -07:00

7.3 KiB

Changelog

2.1.1 (2020-09-06)

Bug Fixes

2.1.0 (2020-09-05)

Features

  • build: document and update to 2.x (#59) (512c940)

Bug Fixes

  • hot fix for permission issues in code suggester (#61) (1b9bcd5)

2.0.0 (2020-09-04)

⚠ BREAKING CHANGES

  • moves to code-suggester for PR management (#57)

Features

  • moves to code-suggester for PR management (#57) (1875a0a)

1.6.3 (2020-08-02)

Bug Fixes

  • path was sometimes empty string (37d7741)

1.6.2 (2020-08-02)

Bug Fixes

  • falsy path should be passed as undefined (#54) (21233d3)

1.6.1 (2020-07-28)

Bug Fixes

  • add missing path and monorepo-tags options (#52) (41fbc62)

1.6.0 (2020-07-27)

Features

  • adds support for releases from alternate paths (#50) (6fc9b14)

Bug Fixes

1.5.0 (2020-07-23)

Features

  • release-please: auth gets; stop skipping all ci/cd (#45) (367f112)

1.4.0 (2020-07-23)

Features

1.3.2 (2020-06-17)

Bug Fixes

1.3.1 (2020-06-17)

Bug Fixes

  • build: update to match new default branch (#36) (1188197)

1.3.0 (2020-06-17)

Features

  • release-please: configurable default branch; package-lock.json now updated (#34) (a4607bd)

Bug Fixes

  • docs: update docs to GoogleCloudPlatform (#31) (4f72a02)

1.2.2 (2020-06-11)

Bug Fixes

  • deps: depend on release-please ^5.2.1 to support merge commits (#28) (5c2e7c4)

1.2.1 (2020-05-21)

Bug Fixes

  • use the static build helper (6872559)

1.2.0 (2020-05-21)

Features

  • output whether or not a release was created (#24) (b80ca61)

1.1.0 (2020-05-20)

Features

  • Add bump-minor-pre-major option (#9) (788c495)

1.0.1 (2020-05-09)

Bug Fixes

  • pass token to create release (3ad91fa)

1.0.0 (2020-05-09)

⚠ BREAKING CHANGES

  • initial implementation of logic for running release please

Features

  • handle creating releases (#3) (e72afe0)
  • initial implementation of logic for running release please (196390b)