From edaa01ee53fc07691db29d784e420a8307c1dc0c Mon Sep 17 00:00:00 2001 From: ponkio-o <29038315+ponkio-o@users.noreply.github.com> Date: Sun, 13 Nov 2022 02:33:24 +0900 Subject: [PATCH 1/2] added changelog=false option --- .tagpr | 1 + 1 file changed, 1 insertion(+) diff --git a/.tagpr b/.tagpr index 01258c7..3009965 100644 --- a/.tagpr +++ b/.tagpr @@ -33,3 +33,4 @@ vPrefix = true releaseBranch = main versionFile = - + changelog = false From bd0145bddd75d7a6ebebe92db36ca6573cc5e594 Mon Sep 17 00:00:00 2001 From: ponkio-o <29038315+ponkio-o@users.noreply.github.com> Date: Sun, 13 Nov 2022 02:33:36 +0900 Subject: [PATCH 2/2] remove CHANGELOG.md --- CHANGELOG.md | 33 --------------------------------- 1 file changed, 33 deletions(-) delete mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md deleted file mode 100644 index 773df28..0000000 --- a/CHANGELOG.md +++ /dev/null @@ -1,33 +0,0 @@ -# Changelog - -## [v0.2.3](https://github.com/ponkio-o/select-target-action/compare/v0.2.2...v0.2.3) - 2022-11-01 -- Update dependency @types/node to v18.11.9 by @renovate in https://github.com/ponkio-o/select-target-action/pull/24 - -## [v0.2.2](https://github.com/ponkio-o/select-target-action/compare/v0.2.1...v0.2.2) - 2022-10-29 -- Update Node.js to v18.12.0 by @renovate in https://github.com/ponkio-o/select-target-action/pull/22 - -## [v0.2.1](https://github.com/ponkio-o/select-target-action/compare/v0.2.0...v0.2.1) - 2022-10-24 -- chore: update @types/node by @ponkio-o in https://github.com/ponkio-o/select-target-action/pull/18 -- fix: paths by @ponkio-o in https://github.com/ponkio-o/select-target-action/pull/21 -- Pin dependency @types/node to 18.7.16 by @renovate in https://github.com/ponkio-o/select-target-action/pull/20 - -## [v0.2.0](https://github.com/ponkio-o/select-target-action/compare/v0.1.3...v0.2.0) - 2022-10-22 -- Update dependency @actions/core to v1.10.0 by @renovate in https://github.com/ponkio-o/select-target-action/pull/15 - -## [v0.1.3](https://github.com/ponkio-o/select-target-action/compare/v0.1.2...v0.1.3) - 2022-09-28 -- fix: action path by @ponkio-o in https://github.com/ponkio-o/select-target-action/pull/13 - -## [v0.1.2](https://github.com/ponkio-o/select-target-action/compare/v0.1.1...v0.1.2) - 2022-09-24 -- Add renovate-config-validator by @ponkio-o in https://github.com/ponkio-o/select-target-action/pull/8 -- Add regexManagers by @ponkio-o in https://github.com/ponkio-o/select-target-action/pull/11 -- Update actions/checkout action to v3 by @renovate in https://github.com/ponkio-o/select-target-action/pull/10 -- Fix path to action.yml by @ponkio-o in https://github.com/ponkio-o/select-target-action/pull/12 - -## [v0.1.1](https://github.com/ponkio-o/select-target-action/compare/v0.1.0...v0.1.1) - 2022-09-24 -- Configure Renovate by @renovate in https://github.com/ponkio-o/select-target-action/pull/1 -- Pin dependencies by @renovate in https://github.com/ponkio-o/select-target-action/pull/4 -- Add tagpr by @ponkio-o in https://github.com/ponkio-o/select-target-action/pull/6 - -## [v0.1.0](https://github.com/ponkio-o/select-target-action/commits/v0.1.0) - 2022-09-19 -- update: README.md by @ponkio-o in https://github.com/ponkio-o/select-target-action/pull/2 -- add: branding by @ponkio-o in https://github.com/ponkio-o/select-target-action/pull/3