Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line numberDiff line numberDiff line change
Expand Up@@ -7,9 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.17.0]

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@tommasini Heads up, in the future, let's try to stick to SemVer. It's unclear to me what new "features" (actions/inputs/etc.) we introduced in this version, it seems like we mainly fixed bugs or changed existing functionality.


### Fixed

- Prefer manually added team labels (or `external-contributor`) over topology lookup in `add-team-label`
- Prefer manually added team labels (or `external-contributor`) over topology lookup in `add-team-label` ([#272](https://github.com/MetaMask/github-tools/pull/272))
- pass github-token to primary checkout in stable-sync action ([#276](https://github.com/MetaMask/github-tools/pull/276))
- normalize Slack blob links in Playwright test health report ([#274](https://github.com/MetaMask/github-tools/pull/274))
- removed schedule trigger from post-relay-subsidy-balance ([#271](https://github.com/MetaMask/github-tools/pull/271))

## [1.16.0]

Expand DownExpand Up@@ -234,7 +239,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Some inputs were renamed for consistency across actions.
- Bump `actions/checkout` and `actions/setup-node` to `v6` ([#173](https://github.com/MetaMask/github-tools/pull/173))

[Unreleased]: https://github.com/MetaMask/github-tools/compare/v1.16.0...HEAD
[Unreleased]: https://github.com/MetaMask/github-tools/compare/v1.17.0...HEAD
[1.17.0]: https://github.com/MetaMask/github-tools/compare/v1.16.0...v1.17.0
[1.16.0]: https://github.com/MetaMask/github-tools/compare/v1.15.0...v1.16.0
[1.15.0]: https://github.com/MetaMask/github-tools/compare/v1.14.0...v1.15.0
[1.14.0]: https://github.com/MetaMask/github-tools/compare/v1.13.0...v1.14.0
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
{
"name": "@metamask/github-tools",
"version": "1.16.0",
"version": "1.17.0",
"private": true,
"description": "Tools for interacting with the GitHub API to do metrics gathering",
"repository": {
Expand Down