Skip to content

Commit

Permalink
Update contributing.md some more
Browse files Browse the repository at this point in the history
  • Loading branch information
nfachan committed Jan 19, 2024
1 parent 96d10a3 commit d0f1d85
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion doc/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ These are the items we need to do to release:
- Update `version` in `[workspace.package]` in `Cargo.toml` to next dev version.
- Rebuild to update `Cargo.lock` again.
- Push changesets and tags.
- Create GitHub release.

## Update `CHANGELOG.md`

Expand Down Expand Up @@ -76,7 +77,6 @@ like "`v1.2.3`".
```bash
git tag v1.2.3
```
```

## Update `version` in `[workspace.package]` in `Cargo.toml` to Next Dev Version

Expand Down Expand Up @@ -105,3 +105,10 @@ Ensure that you push, and that you push the tags along with the changesets. We
can do that atomically like this:
```bash
git push --atomic origin main v1.2.3
```

## Create GitHub Release

Go to the [GitHub repository's `Releases`
page](https://github.com/maelstrom-software/maelstrom/releases). Click `Draft a
new release`. Use the tag you just crated to draft the release.

0 comments on commit d0f1d85

Please sign in to comment.