Skip to content

Commit 532b890

Browse files
committed
Final nits before first release
1 parent 053de38 commit 532b890

3 files changed

Lines changed: 7 additions & 27 deletions

File tree

dev/release-notes-0.1.0.0.md

Lines changed: 0 additions & 16 deletions
This file was deleted.

dev/release-process.md

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@
4545
* [ ] Set the version number
4646
* [ ] Set the release date (UTC)
4747
48-
* [ ] Prepare release notes
48+
* [ ] Ensure `cabal check` is green
4949
50-
## GitHub
50+
## Git
5151
5252
* [ ] Ensure the changes above land on `main`
5353
@@ -63,18 +63,14 @@
6363
$ git push origin "${TAG}"
6464
```
6565
66-
* [ ] [Create a new GitHub release](https://github.com/well-typed/libclang-bindings/releases/new)
67-
* [ ] Select tag
68-
* [ ] Target: `main`
69-
* [ ] Release title: `Release ${VERSION}`
70-
* [ ] Release notes: (paste release notes, formatted for GitHub Markdown)
71-
* [ ] Publish release
72-
7366
## Hackage
7467
7568
* [ ] Run `cabal check`
7669
77-
TBD
70+
* [ ] Release to Hackage
71+
72+
* [ ] Manually create documentation with `cabal-install` HEAD (which contains a
73+
fix required for Haddocks of re-exports) and upload it
7874
7975
## Preparation for next release
8076

libclang-bindings/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,4 @@
5353

5454
## 0.1.0-alpha -- 2026-02-06
5555

56-
* First version. Released on an unsuspecting world.
56+
* Release candidate.

0 commit comments

Comments
 (0)