From e8eb8f98b080b08419fa1b4ac5ae60ded164d548 Mon Sep 17 00:00:00 2001 From: Dharmesh Patel Date: Fri, 3 May 2024 17:08:40 +0530 Subject: [PATCH 1/3] Bump version to 2.1.2 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index eff8451..378e13f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "10up/action-repo-automator", - "version": "2.1.1", + "version": "2.1.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "10up/action-repo-automator", - "version": "2.1.1", + "version": "2.1.2", "license": "MIT", "dependencies": { "@actions/core": "^1.10.1", diff --git a/package.json b/package.json index c7c2cea..bdc82b3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "10up/action-repo-automator", - "version": "2.1.1", + "version": "2.1.2", "description": "GitHub Action to automate some common repository operations and validate PR description, changelog and credits.", "keywords": [ "GitHub", From 54b5ff4199bdeb3f1a483883498eec0d4b332753 Mon Sep 17 00:00:00 2001 From: Dharmesh Patel Date: Fri, 3 May 2024 17:56:54 +0530 Subject: [PATCH 2/3] Changelog updates. --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 67fca99..2f3e67f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file, per [the Ke ## [Unreleased] - TBD +## [2.1.2] - 2024-05-XX +### Changed +- Exclude the release pull request from the PR validations. (props [@iamdharmesh](https://github.com/iamdharmesh), [@dkotter](https://github.com/dkotter) via [#119](https://github.com/10up/action-repo-automator/pull/119)) +- Bump `actions/upload-artifact` from v3 to v4 (props [@iamdharmesh](https://github.com/iamdharmesh), [@jeffpaul](https://github.com/jeffpaul) via [#121](https://github.com/10up/action-repo-automator/pull/121)) + +### Security +- Bump `undici` from 5.26.4 to 5.26.4 (props [@dependabot[bot]](https://github.com/apps/dependabot), [@iamdharmesh](https://github.com/iamdharmesh) via [#115](https://github.com/10up/action-repo-automator/pull/115), [#120](https://github.com/10up/action-repo-automator/pull/120)) + ## [2.1.1] - 2024-02-29 ### Changed - Disabled dependabot version updates for GitHub Actions and npm dependencies (props [@iamdharmesh](https://github.com/iamdharmesh), [@jeffpaul](https://github.com/jeffpaul) via [#113](https://github.com/10up/action-repo-automator/pull/113)) @@ -65,6 +73,7 @@ All notable changes to this project will be documented in this file, per [the Ke - Initial project release 🎉 [Unreleased]: https://github.com/10up/action-repo-automator/compare/trunk...develop +[2.1.2]: https://github.com/10up/action-repo-automator/compare/2.1.1..2.1.2 [2.1.1]: https://github.com/10up/action-repo-automator/compare/2.1.0..2.1.1 [2.1.0]: https://github.com/10up/action-repo-automator/compare/2.0.0..2.1.0 [2.0.0]: https://github.com/10up/action-repo-automator/compare/1.0.1..2.0.0 From 8107fd599433a658900a3df9b71eb426949f7e6f Mon Sep 17 00:00:00 2001 From: Jeffrey Paul Date: Fri, 3 May 2024 08:17:38 -0500 Subject: [PATCH 3/3] Update CHANGELOG.md --- CHANGELOG.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f3e67f..c88c4cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,13 +4,13 @@ All notable changes to this project will be documented in this file, per [the Ke ## [Unreleased] - TBD -## [2.1.2] - 2024-05-XX +## [2.1.2] - 2024-05-06 ### Changed -- Exclude the release pull request from the PR validations. (props [@iamdharmesh](https://github.com/iamdharmesh), [@dkotter](https://github.com/dkotter) via [#119](https://github.com/10up/action-repo-automator/pull/119)) -- Bump `actions/upload-artifact` from v3 to v4 (props [@iamdharmesh](https://github.com/iamdharmesh), [@jeffpaul](https://github.com/jeffpaul) via [#121](https://github.com/10up/action-repo-automator/pull/121)) +- Exclude the release pull request from the PR validations (props [@iamdharmesh](https://github.com/iamdharmesh), [@dkotter](https://github.com/dkotter) via [#119](https://github.com/10up/action-repo-automator/pull/119)). +- Bump `actions/upload-artifact` from v3 to v4 (props [@iamdharmesh](https://github.com/iamdharmesh), [@jeffpaul](https://github.com/jeffpaul) via [#121](https://github.com/10up/action-repo-automator/pull/121)). ### Security -- Bump `undici` from 5.26.4 to 5.26.4 (props [@dependabot[bot]](https://github.com/apps/dependabot), [@iamdharmesh](https://github.com/iamdharmesh) via [#115](https://github.com/10up/action-repo-automator/pull/115), [#120](https://github.com/10up/action-repo-automator/pull/120)) +- Bump `undici` from 5.26.4 to 5.28.4 (props [@dependabot[bot]](https://github.com/apps/dependabot), [@iamdharmesh](https://github.com/iamdharmesh) via [#115](https://github.com/10up/action-repo-automator/pull/115), [#120](https://github.com/10up/action-repo-automator/pull/120)). ## [2.1.1] - 2024-02-29 ### Changed