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: developer_docs/release.md
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,13 @@ This project release guide is based on
19
19
7.`$ git push && git push --tags`
20
20
8.`$ git checkout develop`
21
21
9.`$ git merge --no-ff release-<newversion>`
22
+
10. Create a release on GitHub. You can do this in one of two ways:
23
+
1. (Preferred) Use the [`hub` command line tool](https://hub.github.com/). You can automate adding all commit messages since the last release with the following command:
Note that this creates a draft release, which you can then edit on GitHub. This allows you to create release notes from the list of commit messages, but then edit these notes as you wish.
28
+
2. [Draft a new release on Github](https://github.com/processing/p5.js-web-editor/releases/new).
22
29
23
30
Travis CI will automatically deploy the release to production, as well as push a production tagged Docker image to DockerHub.
0 commit comments