Skip to content

Latest commit

Β 

History

History
261 lines (124 loc) Β· 12.4 KB

CHANGELOG.md

File metadata and controls

261 lines (124 loc) Β· 12.4 KB

Changelog

1.2.5 (2024-09-26)

Bug Fixes

  • pin release-please to a major version (4de60c4)
  • switch back to main release-please project (bea89a5), closes #109

Documentation

  • add note about forcing a specific version (66a1c50)
  • add usage details about writing commits (37326ff)

1.2.4 (2024-07-10)

Dependencies

  • bump action to remove node warning (e5a5de3)

1.2.3 (2024-07-10)

Bug Fixes

  • better logic for determining if the run was triggered by a release pr (8193c5c)

1.2.2 (2024-07-08)

Features

Bug Fixes

  • fix bash if statement (d34aafc)
  • make is release pr take into account prerelease input (1da9bfa), closes #88
  • only define release_created output if it is true (2bb63c2)

1.2.2-1 (2024-07-08)

Features

Bug Fixes

  • make is release pr take into account prerelease input (a10fa0c), closes #88
  • only define release_created output if it is true (2bb63c2)

1.2.2-0 (2024-07-08)

Features

Bug Fixes

  • only define release_created output if it is true (c8deb73)

1.2.1 (2024-06-27)

Bug Fixes

  • get major/minor values from get-next-version (a05301d)

1.2.1-0 (2024-06-27)

Bug Fixes

  • fix duplicate step ids (29605a9)
  • remove header (e616ebf)
  • switch to forked version of release-please (0633e59)
  • switch to release please cli rather than action (7d288ef), closes #48
  • upgrade to release please action v4 config file requirements (69db3de), closes #48
  • use ugrc release bot for release config commit (db9daa7)

Documentation

  • better concurrency group example (232cae2)
  • better concurrency group example (2b0626a)
  • clarify why we need the repo-token input (20c2468)

1.2.0 (2023-02-27)

πŸš€ Features

  • add extra-files parameter (49739a4)

1.1.7 (2022-10-04)

πŸ› Bug Fixes

  • remove git stuff because we're not smart enough to use it (6cd8715)

1.1.6 (2022-10-04)

πŸ› Bug Fixes

1.1.5 (2022-10-04)

πŸ“– Documentation Improvements

  • add link to angular commit standard (aeadd69)

πŸ› Bug Fixes

  • fix rebase commands for bringing dev back up to date (e829a60)

1.1.4 (2022-10-03)

πŸ› Bug Fixes

  • explicitily set upstream branch (88b7f33)

1.1.3 (2022-10-03)

πŸ› Bug Fixes

  • remove service now step (0eabf70)

1.1.2 (2022-10-03)

πŸ› Bug Fixes

  • pass all required params to service now action (61f7ca5)

1.1.1 (2022-09-30)

πŸ“– Documentation Improvements

1.1.0 (2022-09-20)

πŸ“– Documentation Improvements

  • add service now secrets to the example (11378bd)

πŸš€ Features

  • add service now deployment notification job step (6420543)

πŸ› Bug Fixes

1.0.7 (2022-09-13)

πŸ› Bug Fixes

  • try to fix git commands (a26a449)

πŸ“– Documentation Improvements

1.0.7-0 (2022-09-13)

πŸ› Bug Fixes

  • try to fix git commands (a26a449)

πŸ“– Documentation Improvements

1.0.6 (2022-09-13)

πŸ› Bug Fixes

  • correct if branch to create tags (5ebb61a)

1.0.5 (2022-09-13)

πŸ› Bug Fixes

  • correct github commands (8cfa63b)

1.0.4 (2022-09-13)

πŸ› Bug Fixes

1.0.3 (2022-09-13)

πŸ› Bug Fixes

  • remove step that can only run on pull_request trigger (9fb9cd1)

1.0.2 (2022-09-12)

πŸ› Bug Fixes

  • only enable auto merge on pull request (635c6e7)

1.0.1 (2022-09-12)

πŸ“– Documentation Improvements

1.0.0 (2022-09-12)

πŸ› Bug Fixes

  • checkout code before using itself (e75225f)
  • composite actions don't have access to secrets (9219661)
  • point at v1 of get-next-version (eae0e3d)
  • simplify input names (da02605)

πŸš€ Features

  • add release workflow (e811a0c)
  • add release-type input parameter (0622a7d)
  • enable auto-merge on release PRs (fbada4e)
  • keep dev in sync with main after release (5a54aa6)