1
0
mirror of https://github.com/joaquinjsb/gitea-release-please-action synced 2026-05-08 00:01:19 +02:00
Files
gitea-release-please-action/CHANGELOG.md
2020-10-09 17:57:57 -07:00

12 KiB

Changelog

2.5.5 (2020-10-10)

Bug Fixes

  • docs: document functional version of release-please (0ab3b32)

2.5.4 (2020-10-10)

Bug Fixes

  • release-please: last release had undefined ordering behavior (a4b349d)

2.5.3 (2020-10-09)

Bug Fixes

2.5.2 (2020-10-09)

Bug Fixes

2.5.1 (2020-10-08)

Bug Fixes

  • build: use new release strategy (646de90)

2.5.0 (2020-10-08)

Features

  • deps: release-please with support for alternate release branches (#79) (dfe6b62)

Bug Fixes

  • build: revert build to non-debug form (e6f39a1)

2.4.2 (2020-10-01)

Bug Fixes

  • deps: bump @actions/core from 1.2.4 to 1.2.6 (#76) (fa86b83)

2.4.1 (2020-09-17)

Bug Fixes

  • build: document working version of release-please (60ae28e)

2.4.0 (2020-09-17)

Features

  • allow github-release/release-pr to be run separately (#70) (37d423f)

Bug Fixes

  • default changelog sections to undefined (31e1a25)
  • build: release from fork (f2bda04)

2.3.0 (2020-09-17)

Features

  • release-please: now supports large files; introduces fork option (#67) (e7d31db)

2.2.0 (2020-09-10)

Features

Bug Fixes

  • release-please: release please with code-suggester bug fixes (#66) (6b79987)

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)