Skip to content

Commit 9f02e2d

Browse files
committed
Add release notes.
1 parent e7befab commit 9f02e2d

File tree

4 files changed

+20
-0
lines changed

4 files changed

+20
-0
lines changed

bake.rb

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# frozen_string_literal: true
2+
3+
# Released under the MIT License.
4+
# Copyright, 2025, by Pavel Rosický.
5+
6+
# Update the project documentation with the new version number.
7+
#
8+
# @parameter version [String] The new version number.
9+
def after_gem_release_version_increment(version)
10+
context["releases:update"].call(version)
11+
context["utopia:project:readme:update"].call
12+
end

gems.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
group :maintenance do
1111
gem "bake-modernize"
1212
gem "bake-gem"
13+
gem "bake-releases"
1314

1415
gem "utopia-project"
1516
end

readme.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ Please see the [project documentation](https://socketry.github.io/covered/) for
3030

3131
- [Configuration](https://socketry.github.io/covered/guides/configuration/index) - This guide will help you to configure covered for your project's specific requirements.
3232

33+
## Releases
34+
3335
## See Also
3436

3537
- [simplecov](https://github.com/colszowka/simplecov) – one of the original coverage implementations for Ruby, uses

releases.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Releases
2+
3+
## Unreleased
4+
5+
- Drop development dependeny on `trenni` and add dependeny on `xrb`.

0 commit comments

Comments
 (0)