Skip to content

Commit c33839b

Browse files
author
Aaron Schlesinger
committed
doc(releasing.md): add note about workflow-beta2-e2e
1 parent a29818f commit c33839b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/contributing/releasing.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,8 @@ version of our release for testing. The process is fairly simple:
6666
4. Commit your changes: `git commit -a -m "chore(workflow-$DEIS_RELEASE_SHORT): releasing workflow-$DEIS_RELEASE_SHORT"`
6767
5. Push your changes to your fork: `git push -u $YOUR_FORK_REMOTE release-$DEIS_RELEASE`. Note that
6868
`$YOUR_FORK_REMOTE` is the git URI to the remote of your `deis/charts` fork. Mine is `git@github.com:arschles/deis-charts.git`, for example.
69-
6. Open a pull request from your branch to merge into `master` on https://github.com/deis/charts
69+
6. Do steps 2-5 with the `workflow-beta2-e2e` directory
70+
7. Open a pull request from your branch to merge into `master` on https://github.com/deis/charts
7071

7172
# Step 3: Manual Testing
7273

0 commit comments

Comments
 (0)