Skip to content

Latest commit

 

History

History
82 lines (41 loc) · 4.24 KB

CHANGELOG.md

File metadata and controls

82 lines (41 loc) · 4.24 KB

1.0.8 (2022-10-17)

Bug Fixes

  • ci: use PAT instead of default token to make sure one workflow can trigger another (887d8a3)

1.0.7 (2022-10-17)

Bug Fixes

  • ci: add workflow for major version tag (6536da2)
  • ci: try to debug why the publish workflow won't run (f6e6fa9)

1.0.6 (2022-10-17)

Bug Fixes

  • ci: make sure CI steps run for release commit (77c4931)

1.0.5 (2022-10-17)

Bug Fixes

  • ci: make sure CI steps run for release commit (cadf510)

Reverts

  • Revert "fix(ci): merge publish and release into one workflow" (e9d638f)

1.0.4 (2022-10-17)

Bug Fixes

  • ci: merge publish and release into one workflow (06aee5a)

1.0.3 (2022-10-17)

Bug Fixes

  • ci: add support for more release types that will trigger publish workflow (d415f73)

1.0.2 (2022-10-17)

Bug Fixes

  • ci: set up the correct release/publish workflows (5ead73d)

1.0.1 (2022-10-15)

Bug Fixes

  • ci: install dependencies (7282c5b)

1.0.0 (2022-10-15)

Bug Fixes

  • ci: checkout code first (bf3a290)
  • ci: install dependencies (3d028b2)
  • ci: make sure build output is ignored in coverage (6e930e1)
  • ci: set up correct CC reporter ID (f5af60d)
  • test: another pass at writing a correct GHA env file parser (90e9e29)
  • test: fix the cleanup regex (6d5b9e1)
  • test: make sure we can test in Github Actions environment (c9d278b)
  • test: make sure we can test in Github Actions environment (6334485)
  • test: more elaborate logic for reading GHA output environment file (48e0627)
  • test: OS-agnostic file line separators (40931ed)

Features