Skip to content

Commit

Permalink
Automate release notes.
Browse files Browse the repository at this point in the history
  • Loading branch information
ioquatix committed Nov 2, 2024
1 parent 4e72d9d commit 20d41c6
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 5 deletions.
11 changes: 11 additions & 0 deletions bake.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# frozen_string_literal: true

# Released under the MIT License.
# Copyright, 2024, by Samuel Williams.

# Update the project documentation with the new version number.
#
# @parameter version [String] The new version number.
def after_gem_release_version_increment(version)
context["releases:update"].call(version)
end
4 changes: 1 addition & 3 deletions gems.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,7 @@
gem "bake"
gem "bake-gem"
gem "bake-modernize"

gem "rubocop", require: false
gem "rubocop-packaging", require: false
gem "bake-releases"
end

group :doc do
Expand Down
4 changes: 2 additions & 2 deletions CHANGELOG.md → releases.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Changelog
# Releases

All notable changes to this project will be documented in this file. For info on how to format all future additions to this file please reference [Keep A Changelog](https://keepachangelog.com/en/1.0.0/).

## Unreleased

- Remove rack shims.
- Remove old rack shims.

0 comments on commit 20d41c6

Please sign in to comment.