Skip to content

Commit

Permalink
Add release steps
Browse files Browse the repository at this point in the history
  • Loading branch information
chen-ky committed Aug 30, 2023
1 parent 4966b77 commit 2cb0296
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,8 @@ make
```

The output is a file called `constitution.pdf`.

# Creating a release

1. Tag the commit locally using `git tag <tag-name>`. The `<tag-name>` should be the date of the constitution change in `YYYY-MM-DD` format.
2. Push the tag to Github by using `git push origin <tag-name>`. This will trigger a Github Action to automatically build and publish the constitution in pdf.

0 comments on commit 2cb0296

Please sign in to comment.