-
Notifications
You must be signed in to change notification settings - Fork 350
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Backport M66] chore/release: Give release scripts consistent names &…
… some clean up (#6883) - Name all of the release workflows consistently so they will appear together in GitHub's actions list. - Remove the unused experimental changelog generator. - Remove stale release instructions from CONTRIBUTING.md, instead point to Notion. ## Test plan I am release captain, I will dogfood this week. <br> Backport 495962e from #6879 Co-authored-by: Dominic Cooney <[email protected]>
- Loading branch information
1 parent
b2db747
commit a5ef411
Showing
11 changed files
with
9 additions
and
285 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
.github/workflows/experimental-release.yml → ...kflows/release-jetbrains-experimental.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
name: Experimental Release | ||
name: release-jetbrains-experimental | ||
on: | ||
push: | ||
tags: ["jb-*-experimental"] | ||
|
2 changes: 1 addition & 1 deletion
2
.github/workflows/nightly-release.yml → ...orkflows/release-jetbrains-prerelease.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
name: Nightly Release | ||
name: release-jetbrains-prerelease | ||
on: | ||
push: | ||
tags: ["jb-*-nightly"] | ||
|
2 changes: 1 addition & 1 deletion
2
.github/workflows/stable-release.yml → ...ub/workflows/release-jetbrains-stable.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
name: Stable Release | ||
name: release-jetbrains-stable | ||
on: workflow_dispatch | ||
|
||
concurrency: | ||
|
2 changes: 1 addition & 1 deletion
2
...hub/workflows/vscode-insiders-release.yml → ...b/workflows/release-vscode-prerelease.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
name: vscode-insiders-release | ||
name: release-vscode-prerelease | ||
|
||
on: | ||
workflow_dispatch: | ||
|
2 changes: 1 addition & 1 deletion
2
.github/workflows/vscode-stable-release.yml → .github/workflows/release-vscode-stable.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
name: vscode-stable-release | ||
name: release-vscode-stable | ||
|
||
on: | ||
push: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.