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
Copy file name to clipboardExpand all lines: README.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -110,8 +110,9 @@ Releases are done from the `origin/main` branch using a manual step at the end o
110
110
In order to create a new release:
111
111
112
112
1. Merge / push changes to `origin/main`
113
-
2. Open the `origin/main`[Jenkins CI/CD pipeline](https://jenkins.private.scribd.com/job/Service%20Foundations/job/terraform-aws-app-secrets/job/main/)
114
-
3. Click "Proceed" button on the release step
113
+
2. Open the `Release`[Github workflow](https://github.com/scribd/terraform-aws-app-secrets/actions/workflows/release.yml)
114
+
3. Click `Run workflow` dropdown in the top right corner of the table listing the workflow runs
115
+
4. Choose the `main` branch and click `Run workflow` button to start the process
115
116
116
117
A version bump will happen automatically and the type of version bump
117
118
(patch, minor, major) depends on the commits introduced since the last release.
0 commit comments