Skip to content

Commit

Permalink
Add release notes.
Browse files Browse the repository at this point in the history
  • Loading branch information
ioquatix committed Dec 15, 2024
1 parent 0645f4a commit 007a6bc
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
8 changes: 8 additions & 0 deletions bake.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,11 @@ def clean
system("make clean")
end
end

# 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)
context["utopia:project:readme:update"].call
end
1 change: 1 addition & 0 deletions gems.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
group :maintenance, optional: true do
gem "bake-gem"
gem "bake-modernize"
gem "bake-releases"

gem "utopia-project"
end
Expand Down
2 changes: 2 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ The initial proof-of-concept [Async](https://github.com/socketry/async) was buil

Please see the [project documentation](https://socketry.github.io/io-event/).

## Releases

## Contributing

We welcome contributions to this project.
Expand Down

0 comments on commit 007a6bc

Please sign in to comment.