Skip to content

Commit e27bf46

Browse files
Tidy up implementation.
1 parent a5c21c0 commit e27bf46

File tree

17 files changed

+831
-598
lines changed

17 files changed

+831
-598
lines changed

agent.md

Lines changed: 0 additions & 145 deletions
This file was deleted.

bake.rb

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# frozen_string_literal: true
2+
3+
# Released under the MIT License.
4+
# Copyright, 2025, by Samuel Williams.
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+
context["utopia:project:agent:context:update"].call
13+
end

0 commit comments

Comments
 (0)