Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: Release
on:
push:
tags:
- 'v*'
- '*'

jobs:
release:
Expand Down
13 changes: 1 addition & 12 deletions rel-eng/gem_release.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1349,9 +1349,7 @@
{
"cell_type": "markdown",
"metadata": {},
"source": [
"### Build the gem"
]
"source": "### Build the gem (local sanity check only)\n\nPublishing to rubygems.org is now handled automatically by the `Release` GitHub Actions\nworkflow, which triggers on tag push (see the final `git push --tags` step below) and\npublishes via rubygems.org trusted publishing. Do **not** `gem push` manually here — it\nwould either race with CI or fail because the version is already published."
},
{
"cell_type": "code",
Expand All @@ -1362,15 +1360,6 @@
"! rake build"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"! gem push pkg/hammer_cli-{NEW_VERSION}.gem"
]
},
{
"cell_type": "markdown",
"metadata": {},
Expand Down
Loading