Actions
Misc #21774
closed[ANN] Rename the `v4_0_0_preview2` git tag to `v4.0.0-preview2`
Misc #21774:
[ANN] Rename the `v4_0_0_preview2` git tag to `v4.0.0-preview2`
Status:
Closed
Assignee:
Description
Changes¶
As per [Misc #21769], we'll rename the v4_0_0_preview2 tag to v4.0.0-preview2 on ruby.git.
Operations¶
To minimize its potential impact, I'll work on it in the following order:
- Push a new tag
v4.0.0-preview2.- Publish a GitHub release entry with
v4.0.0-preview2.
- Publish a GitHub release entry with
- Update known
v4_0_0_preview2references tov4.0.0-preview2just in case.- It's referenced in repositories like
ruby/www.ruby-lang.org,ruby/rbs, anddocker-library/ruby.
- It's referenced in repositories like
- Delete the old
v4_0_0_preview2git tag.- Delete the
v4_0_0_preview2GitHub release as well.
- Delete the
Updated by k0kubun (Takashi Kokubun) about 7 hours ago
- Related to Misc #21769: Use "vX.Y.Z" instead of "vX_Y_Z" as tag names on ruby.git added
Updated by k0kubun (Takashi Kokubun) about 6 hours ago
ยท Edited
I finished (1).
$ git checkout v4_0_0_preview2
HEAD is now at 4fa6e9938c strnlen is not used now
$ git tag v4.0.0-preview2
$ git push origin v4.0.0-preview2
Total 0 (delta 0), reused 0 (delta 0), pack-reused 0 (from 0)
remote: To github.com:ruby/ruby.git
remote: * [new tag] 4fa6e9938cfb9458abd876ad4219a6648bfe1c96 -> v4.0.0-preview2
To git.ruby-lang.org:ruby.git
* [new tag] v4.0.0-preview2 -> v4.0.0-preview2
I copied the GitHub release content to the new tag: https://github.com/ruby/ruby/releases/tag/v4.0.0-preview2
Updated by k0kubun (Takashi Kokubun) about 6 hours ago
- Description updated (diff)
Updated by k0kubun (Takashi Kokubun) about 6 hours ago
I filed PRs for (2).
- https://github.com/ruby/www.ruby-lang.org/pull/3689
- https://github.com/ruby/rbs/pull/2743
- https://github.com/docker-library/ruby/pull/522
I'll wait a little before doing (3).
Updated by k0kubun (Takashi Kokubun) about 1 hour ago
- Status changed from Open to Assigned
Updated by k0kubun (Takashi Kokubun) about 1 hour ago
- Status changed from Assigned to Closed
All those PRs have been merged, so I did (3) as well.
Actions