From d067e069104ae10ed1d30e45f46bad7bd21c54f2 Mon Sep 17 00:00:00 2001 From: exoego Date: Wed, 17 Apr 2024 15:56:31 +0900 Subject: [PATCH 1/2] Added release note generator --- .github/release.yaml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 .github/release.yaml diff --git a/.github/release.yaml b/.github/release.yaml new file mode 100644 index 0000000..5ae94e8 --- /dev/null +++ b/.github/release.yaml @@ -0,0 +1,24 @@ +changelog: + exclude: + labels: + - ignore-for-release + authors: + - octocat + categories: + - title: 🛠 Breaking Changes + labels: + - semver-major + - breaking-change + - title: 🎉 Exciting New Features + labels: + - semver-minor + - enhancement + - title: 🐞 Bugfixes + labels: + - bug + - title: 📄 Documentation + labels: + - documentation + - title: 📦 Other Changes + labels: + - "*" From da0c65ab6d33be48d16873c5e03743e51311d19c Mon Sep 17 00:00:00 2001 From: exoego Date: Wed, 17 Apr 2024 15:56:38 +0900 Subject: [PATCH 2/2] New version --- lib/rspec/openapi/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/rspec/openapi/version.rb b/lib/rspec/openapi/version.rb index e45e2b0..74beed9 100644 --- a/lib/rspec/openapi/version.rb +++ b/lib/rspec/openapi/version.rb @@ -2,6 +2,6 @@ module RSpec module OpenAPI - VERSION = '0.17.0' + VERSION = '0.18.0' end end