FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
async-utilization/bake.rb at main · socketry/async-utilization · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
socketry
/
async-utilization
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Issues
0
Pull requests
0
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
async-utilization
/
bake.rb
Copy path
More file actions
More file actions
Latest commit
History
History
History
19 lines (16 loc) · 560 Bytes
Breadcrumbs
async-utilization
/
bake.rb
Copy path
File metadata and controls
19 lines (16 loc) · 560 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# frozen_string_literal: true
# Released under the MIT License.
# Copyright, 2025-2026, 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:update"
]
.
call
end
# Create a GitHub release for the given tag.
#
# @parameter tag [String] The tag to create a release for.
def
after_gem_release
(
tag
:
,
**
options
)
context
[
"releases:github:release"
]
.
call
(
tag
)
end
Back
|
FazBrowse Home
|
New Git URL