Skip to content

Commit

Permalink
Releasing V0.18.0 (#218)
Browse files Browse the repository at this point in the history
* Added release note generator

* New version
  • Loading branch information
exoego committed Apr 17, 2024
1 parent 493cde9 commit 4e3b8d2
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
24 changes: 24 additions & 0 deletions .github/release.yaml
Original file line number Diff line number Diff line change
@@ -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:
- "*"
2 changes: 1 addition & 1 deletion lib/rspec/openapi/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module RSpec
module OpenAPI
VERSION = '0.17.0'
VERSION = '0.18.0'
end
end

0 comments on commit 4e3b8d2

Please sign in to comment.