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
Actions