Skip to content

Commit

Permalink
docs(contributing): mention website update
Browse files Browse the repository at this point in the history
  • Loading branch information
philpax committed Nov 15, 2023
1 parent bde7a42 commit 3461265
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/runtime_internals/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -200,4 +200,4 @@ There are known situations where a test might fail seemingly randomly, even if t
8. Make a commit with the above changes, and create a tag `v0.X.Y`.
9. Push to origin.
10. If this is a new major release (e.g. `0.2.0`), immediately update the version using `cargo campfire release update-version` to the next major release suffixed by dev (e.g. `0.3.0-dev`) and push that up (but do not tag it). This is to disambiguate in-development major releases from stable ones. If we need to update the released version, we will branch off from the release, cherry-pick relevant hotfixes, and cut a new release from that branch.
11. Update the tutorial and [tutorial project](https://github.com/AmbientRun/TutorialProject) with the latest deployments.
11. Update the tutorial and [tutorial project](https://github.com/AmbientRun/TutorialProject) with the latest deployments. Ensure the version of the repository used for the website is updated, too.

0 comments on commit 3461265

Please sign in to comment.