Skip to content

Latest commit

 

History

History
381 lines (153 loc) · 16.6 KB

CHANGELOG.md

File metadata and controls

381 lines (153 loc) · 16.6 KB

Unreleased (2024-04-19)

3.0.0 (2024-04-19)

3.0.0-next.1 (2024-04-19)

Features

  • bump-version: allow same package.json version (3b27a98)

3.0.0-next.0 (2024-04-19)

Build System

BREAKING CHANGES

  • change parameter names in bump-version

2.1.0-next.4 (2024-04-19)

Bug Fixes

  • bump-version: sort by refname only (1add41d)
  • generate-changelog: load angular changelog config correctly (a3093d8)

Features

  • bump-version: rename prerelease_branch to prelease_id (20f095a)

2.1.0-next.3 (2024-04-18)

2.1.0-next.1 (2022-10-31)

2.1.0-next.0 (2022-10-31)

Features

  • bump actions to node16 (371ecad)
  • wait-for-green: return status is completed and mark failures (ee253cc)

2.0.6-next.1 (2022-06-16)

2.0.6-next.0 (2022-04-03)

2.0.5 (2022-04-03)

2.0.4-next.0 (2022-04-03)

2.0.3-next.1 (2022-04-03)

Bug Fixes

  • publish-npm: add required shell property to steps (0c4dd6e)

2.0.3-next.0 (2021-12-19)

2.0.2 (2021-12-19)

2.0.2-next.3 (2021-12-19)

Bug Fixes

  • bump-version: provide fallback version when no git tags are present (c1e55c5)

2.0.2-next.2 (2021-11-06)

2.0.1 (2021-11-06)

Bug Fixes

  • bump-version: sort by semver if git tag creatordate is same (5b917b7)

2.0.1-next.1 (2021-11-06)

2.0.0 (2021-11-06)

Bug Fixes

  • bump-version: use creatordate instead of taggerdate to get version (33f0390)

2.0.0-next.1 (2021-11-06)

2.0.0-next.0 (2021-11-06)

Features

  • bump-version: read current version from git tags (af00f84)

BREAKING CHANGES

  • bump-version: no longer reads current version from package.json

1.5.2 (2021-10-09)

1.5.2-next.0 (2021-10-09)

Bug Fixes

  • publish-branch: ensure v prefix is on exact version branch (ab92bd2)

1.5.1 (2021-10-09)

1.5.1-next.0 (2021-10-09)

1.5.1-next.0 (2021-10-09)

Bug Fixes

  • bump-version: add v to version in commit message (da47fe9)
  • generate-changelog: do not fetch latest tag as version (d2bbf37)
  • publish-github: add v prefix in release name and tag (8d2e777)

1.5.0 (2021-10-09)

Bug Fixes

  • use end event in streamToString instead of close (56ad5ed)

1.5.0-next.3 (2021-10-09)

Features

  • bump-version: use boolean flag to determine prerelease bump (187353b)

1.5.0-next.2 (2021-10-08)

Bug Fixes

  • publish-branches: filter null release branches out (6a2db33)

1.5.0-next.1 (2021-10-06)

Bug Fixes

  • bump-version: remove build skip from commit message (8dcd7b8)
  • integrate-commits: add shell property and remove unsupported if (0e66c56)
  • integrate-commits: correctly merge integration branch (635ee6e)
  • integrate-commits: create remote branch by prefixing HEAD in push (86c794d)
  • integrate-commits: create upstream integration branch (7740c7c)
  • integrate-commits: force push to integration branch (68c502d)
  • integrate-commits: reference correct version of status check action (f2cd19e)
  • integrate-commits: supply github token (dfde4a0)
  • integrate-commits: use wait-for-green action (e5a28a9)
  • publish-github: reference github token as input, not secret (1c9185b)
  • wait-for-green: report the number of seconds, not milliseconds (70ae878)
  • wait-for-green: wait for checks on a ref, not statuses (c288234)

Features

  • publish-github: remove git push step from publish-github action (5b57cf2)
  • wait-for-green: add action to wait for a ref to go green (acd7699)

1.5.0-next.0 (2021-10-04)

Bug Fixes

  • publish-github: correct typing for issue number in notify (cb83a73)
  • publish-github: disable notify on merged PR (5bab9b4)

Features

  • integrate-commits: add integrate-commits action (c3d590a)
  • publish-branches: update prerelease branch if supplied (e863233)

1.4.0 (2021-10-04)

Features

  • publish-branch: publish to next when latest is released (24ddd46)

1.3.0-next.5 (2021-10-04)

1.3.0-next.5 (2021-10-04)

Features

  • publish-github: add support for changelog in release body (0809325)

1.3.0-next.4 (2021-10-03)

Bug Fixes

  • remove context.job as entrypoint for execution (395cf74)

Features

  • bump-version: more accurately reflect bump commit message (1749c25)
  • generate-changelog: remove amend commit functionality (22753b6)
  • publish-branch: read release version from input instead of git tag (02e9fd8)
  • publish-github: get release version through input (8f252e8)

1.3.0-next.3 (2021-07-26)

Bug Fixes

  • add context.job as a entrypoint trigger (52e6205)
  • bump-version: add missing context import (d13410d)
  • bump-version: load package.json from path input (a74cbdb)
  • publish-github: only acquire version via annotated tags, not lightweight (f6c4443)
  • revert action runner back to node12 (#31) (b5dd693)

Features

  • commit-pr-has-label: add action to check if associated PR has label (75b4888)

1.3.0-next.0 (2021-07-24)

Bug Fixes

  • bump-version: log correct release type in information message (7512628)
  • generate-changelog: use shouldAmend correctly (e4734d1)
  • only run push CI workflow on main branch (5403f13)
  • publish-github: read correct input for body_path (ba4f170)

Features

  • generate-changelog: add action to generate and commit a changelog (93f24f2)
  • publish-docker: add build and publish docker action (5c96af0)
  • publish-github: add support for notifying release on trigger PRs (3222a51)
  • publish-github: allow fallback to env for github_token (823bf87)
  • publish-npm: add publish npm action (c52899c)

1.2.0 (2021-03-14)

1.2.0-next.0 (2021-03-14)

Features

  • publish-github: use tag name as release name (cecf22a)

1.1.0 (2021-03-14)

1.1.0-next.3 (2021-03-14)

1.1.0-next.2 (2021-03-14)

1.1.0-next.1 (2021-03-14)

Bug Fixes

  • bump-version: load angular preset manually (07a3a2f)
  • publish-branch: force push to release branches (635a7aa)
  • publish-github: accept github token input (9914ea8)
  • publish-github: ensure tags are pushed (ffd792c)
  • publish-github: import globber correctly (0cdb15d)
  • publish-github: remove extraneous space in git raw command (95e54c3)
  • publish-github: upload asset paths as names (e75178d)

Features

  • bump-version: add [skip ci] to commit message (ac8dea2)
  • bump-version: add bump version action (#12) (efa7dde)
  • bump-version: add has_changed output (921d0c4)
  • bump-version: add previous and next version outputs (#15) (6b63a44)
  • publish-branch: add action to publish release branches (#17) (c043da9)
  • publish-branch: append to gitignore instead of replacing it (1d229f9)
  • publish-github: add publish github action (#16) (c48e63d)
  • setup-git-identity: add action to set up default git identity (b19cd8e)