Skip to content

Commit

Permalink
[contributing] Nit on release process.
Browse files Browse the repository at this point in the history
  • Loading branch information
ejgallego committed Oct 25, 2023
1 parent 2133763 commit e3a83af
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -314,9 +314,10 @@ The checklist for the release as of today is the following:

The above can be done with:
```
export COQLSPV=0.1.7
export COQLSPV=0.1.8
git checkout main && make && dune-release tag ${COQLSPV}
git checkout v8.17 && git merge main && make && dune-release tag ${COQLSPV}+8.17 && dune-release
git checkout v8.18 && git merge main && make && dune-release tag ${COQLSPV}+8.18 && dune-release
git checkout v8.17 && git merge v8.18 && make && dune-release tag ${COQLSPV}+8.17 && dune-release
git checkout v8.16 && git merge v8.17 && make && dune-release tag ${COQLSPV}+8.16 && dune-release
```

Expand Down

0 comments on commit e3a83af

Please sign in to comment.