You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While fixing #2181 I found several references to the original repo name, updating
those for consistency and to avoid future breakage.
Note: PR check and e2e build still use podman-desktop-extension-bootc as a folder
name, but that's not directly related.
Related to #2181.
Signed-off-by: Tim deBoer <git@tdeboer.ca>
3.**Testing the image locally (macOS and Linux):**
187
187
@@ -195,11 +195,11 @@ ssh-keygen -t ed25519
195
195
196
196
Your public key information (ex. `ssh-ed25519 AAABBBCCC...`) from `~/.ssh/id_ed25519.pub` must be added to your bootc image during the build process for SSH access to work.
Copy file name to clipboardExpand all lines: RELEASE.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,19 +10,19 @@ In the below example, we will pretend that we're upgrading from `1.1.0` to `1.2.
10
10
11
11
## Releasing on GitHub
12
12
13
-
1. Go to https://github.com/podman-desktop/podman-desktop-extension-bootc/actions/workflows/release.yaml.
13
+
1. Go to https://github.com/podman-desktop/extension-bootc/actions/workflows/release.yaml.
14
14
1. Click on the top right drop-down menu `Run workflow`.
15
15
1. Enter the name of the release. Example: `1.2.0` (DO NOT use the v prefix like v1.2.0)
16
16
1. Specify the branch to use for the new release. It's main for all major releases. For a bugfix release, you'll select a different branch.
17
17
1. Click on the `Run workflow` button.
18
18
1. Note: `Run workflow` takes approximately 20-30 minutes since we build and install the dependencies from scratch, go grab a coffee!
19
-
1. Make sure that all tasks for the respective release milestone are completed / updated, then close it. https://github.com/podman-desktop/podman-desktop-extension-bootc/milestones
19
+
1. Make sure that all tasks for the respective release milestone are completed / updated, then close it. https://github.com/podman-desktop/extension-bootc/milestones
20
20
1. If not already created, click on `New Milestone` and create a new milestone for the NEXT release.
21
-
1. Check that https://github.com/podman-desktop/podman-desktop-extension-bootc/actions/workflows/release.yaml has been completed.
21
+
1. Check that https://github.com/podman-desktop/extension-bootc/actions/workflows/release.yaml has been completed.
22
22
1. Ensure the image has been successfully published to https://github.com/podman-desktop/extension-bootc/pkgs/container/extension-bootc
23
23
1. There should be an automated PR that has been created. The title looks like `chore: 📢 Bump version to 1.3.0`. Rerun workflow manually if some of e2e tests are failing.
24
24
1. Wait for the PR above to be approved and merged before continuing with the steps.
25
-
1. Edit the new release https://github.com/podman-desktop/podman-desktop-extension-bootc/releases/edit/v1.2.0.
25
+
1. Edit the new release https://github.com/podman-desktop/extension-bootc/releases/edit/v1.2.0.
26
26
1. Select previous tag (v1.1.0) and click on `Generate release notes` and then click on `Update release`.
0 commit comments