Skip to content

Commit

Permalink
Update updating.md
Browse files Browse the repository at this point in the history
Format md file correctly.
  • Loading branch information
luciansmith authored Oct 10, 2024
1 parent 5c128ee commit 0a36fba
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions updating.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ Put new version into:
Summarize changes in:
* CHANGELOG.md

Then when everything is merged and passes the tests, tag the release
Then when everything is merged and passes the tests, tag the release:
```
git tag -a 2.34 -m "version 2.34"
git push origin --tags
git push origin --tags
```

0 comments on commit 0a36fba

Please sign in to comment.