From 5eed30d170371cca04c00db4c7b76d1a8ebe27b3 Mon Sep 17 00:00:00 2001 From: oauth Date: Sun, 15 Oct 2023 15:56:03 +0000 Subject: [PATCH 1/3] =?UTF-8?q?=F0=9F=8E=89=20Release=201.1.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..7e653a6 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,28 @@ +# Changelog + +## [1.1.0](https://github.com/woodpecker-ci/plugin-github-release/releases/tag/1.1.0) - 2023-10-15 + +### ❤️ Thanks to all contributors! ❤️ + +@pat-s, @renovate[bot], @dependabot[bot], @s00500, @fossabot, @6543 + +### 📈 Enhancement + +- Allow event deployment [[#8](https://github.com/woodpecker-ci/plugin-github-release/pull/8)] + +### Misc + +- Add release-helper [[#22](https://github.com/woodpecker-ci/plugin-github-release/pull/22)] +- fix(deps): update module github.com/google/go-github/v55 to v56 [[#20](https://github.com/woodpecker-ci/plugin-github-release/pull/20)] +- fix(deps): update module golang.org/x/oauth2 to v0.13.0 [[#19](https://github.com/woodpecker-ci/plugin-github-release/pull/19)] +- fix(deps): update module github.com/google/go-github/v42 to v55 [[#18](https://github.com/woodpecker-ci/plugin-github-release/pull/18)] +- fix(deps): update module golang.org/x/oauth2 to v0.12.0 [[#16](https://github.com/woodpecker-ci/plugin-github-release/pull/16)] +- fix(deps): update module github.com/urfave/cli/v2 to v2.25.7 [[#15](https://github.com/woodpecker-ci/plugin-github-release/pull/15)] +- fix(deps): update module github.com/joho/godotenv to v1.5.1 [[#14](https://github.com/woodpecker-ci/plugin-github-release/pull/14)] +- fix(deps): update module github.com/google/go-github/v42 to v55 [[#17](https://github.com/woodpecker-ci/plugin-github-release/pull/17)] +- Bump golang.org/x/net from 0.0.0-20220127200216-cd36cc0744dd to 0.7.0 [[#13](https://github.com/woodpecker-ci/plugin-github-release/pull/13)] +- fix(deps): update module github.com/drone-plugins/drone-plugin-lib to v0.4.1 [[#10](https://github.com/woodpecker-ci/plugin-github-release/pull/10)] +- chore(deps): update golang docker tag to v1.21 [[#11](https://github.com/woodpecker-ci/plugin-github-release/pull/11)] +- Configure Renovate [[#9](https://github.com/woodpecker-ci/plugin-github-release/pull/9)] +- Add license scan report and status [[#6](https://github.com/woodpecker-ci/plugin-github-release/pull/6)] +- Allow creating/updating the release discussion category [[#1](https://github.com/woodpecker-ci/plugin-github-release/pull/1)] From 935698b486e6f1b289e7c2c58baa00c89a84e8e6 Mon Sep 17 00:00:00 2001 From: oauth Date: Sun, 15 Oct 2023 16:02:15 +0000 Subject: [PATCH 2/3] =?UTF-8?q?=F0=9F=8E=89=20Release=201.1.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e653a6..f964dd1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ @pat-s, @renovate[bot], @dependabot[bot], @s00500, @fossabot, @6543 +### ✨ Features + +- Allow creating/updating the release discussion category [[#1](https://github.com/woodpecker-ci/plugin-github-release/pull/1)] + ### 📈 Enhancement - Allow event deployment [[#8](https://github.com/woodpecker-ci/plugin-github-release/pull/8)] @@ -25,4 +29,3 @@ - chore(deps): update golang docker tag to v1.21 [[#11](https://github.com/woodpecker-ci/plugin-github-release/pull/11)] - Configure Renovate [[#9](https://github.com/woodpecker-ci/plugin-github-release/pull/9)] - Add license scan report and status [[#6](https://github.com/woodpecker-ci/plugin-github-release/pull/6)] -- Allow creating/updating the release discussion category [[#1](https://github.com/woodpecker-ci/plugin-github-release/pull/1)] From 86b12c9133b8a8b4c8012324aa03422708df525f Mon Sep 17 00:00:00 2001 From: oauth Date: Sun, 15 Oct 2023 16:04:11 +0000 Subject: [PATCH 3/3] =?UTF-8?q?=F0=9F=8E=89=20Release=201.1.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f964dd1..7ae0398 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,11 +8,8 @@ ### ✨ Features -- Allow creating/updating the release discussion category [[#1](https://github.com/woodpecker-ci/plugin-github-release/pull/1)] - -### 📈 Enhancement - - Allow event deployment [[#8](https://github.com/woodpecker-ci/plugin-github-release/pull/8)] +- Allow creating/updating the release discussion category [[#1](https://github.com/woodpecker-ci/plugin-github-release/pull/1)] ### Misc