-
Notifications
You must be signed in to change notification settings - Fork 269
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add scratch file for a v6 release process undo stack
- Loading branch information
1 parent
821d58c
commit b580d85
Showing
1 changed file
with
17 additions
and
0 deletions.
There are no files selected for viewing
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 |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# Temporary changes for v6 | ||
|
||
This is a temporary file, containing changes done to release process for v6, | ||
that need to be reverted back. | ||
|
||
It's a file in the repository to allow for easier tracking of the status | ||
of things among the broader community, and to allow everyone to add/delete | ||
things they believe should be in here. | ||
|
||
The file is scheduled for deletion by the actual release of `v6` and subsequent | ||
rollback of the changes. | ||
|
||
## Stack | ||
|
||
* Revert changes to homebrew PR push (`.github/workflows/release-packages.yaml`) | ||
* Revert changes to docker image push (`.github/workflows/releas-packages.yaml`) | ||
* Remove marking of release as `prerelease` (`.github/workflows/regular-release.yaml`) |