Skip to content

Commit

Permalink
docs: add missing step for release
Browse files Browse the repository at this point in the history
  • Loading branch information
metanivek committed Aug 26, 2022
1 parent f17c014 commit 1d28c68
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,8 @@ tags and re-perform the required release steps:
```sh
; git tag -d X.Y.Z # Erase git tag locally
; git push -d upstream X.Y.Z # Erase git tag on GitHib

; dune-release tag # Re-create tag
; dune-release distrib --skip-tests
; dune-release publish distrib --verbose
; dune-release publish doc --verbose # ... if necessary
Expand Down

0 comments on commit 1d28c68

Please sign in to comment.