Skip to content

Commit

Permalink
Update contributing.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tomeichlersmith authored Jul 19, 2023
1 parent cc14742 commit 01838c0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/src/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,10 @@ When changing the `denv` version number, one must change it in three locations.
- `denv` itself at the top
- `install` so future pullers will get the latest version
- `docs/src/manual.md` so the man page is regenerated with the new version number

This is annoying to always have to remember to do, so there is a short shell
script to do this for your.
```
./ci/set-version X.Y.Z
```
which can also commit and push the changes with a tag if you so wish.

0 comments on commit 01838c0

Please sign in to comment.