Skip to content

Commit

Permalink
Add releases.md.
Browse files Browse the repository at this point in the history
  • Loading branch information
ioquatix committed Aug 23, 2024
1 parent 5caa9f9 commit fc6b5d7
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 0 deletions.
12 changes: 12 additions & 0 deletions bake.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# 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)
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 @@ -16,6 +16,7 @@
gem "bake-modernize"

gem "utopia-project"
gem "bake-releases"
end

group :test do
Expand Down
4 changes: 4 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ Please see the [project documentation](https://socketry.github.io/async/) for mo

- [Debugging](https://socketry.github.io/async/guides/debugging/index) - This guide explains how to debug issues with programs that use Async.

## Releases

Please see the [project releases](https://socketry.github.io/async/releases/index) for all releases.

## See Also

- [async-http](https://github.com/socketry/async-http) — Asynchronous HTTP client/server.
Expand Down
Empty file added releases.md
Empty file.

0 comments on commit fc6b5d7

Please sign in to comment.