Skip to content

Commit 22a7f0d

Browse files
authored
Merge pull request #522 from IntersectMBO/aniketd/release-issue-template
Add release issue template
2 parents ca84020 + 7af7a9d commit 22a7f0d

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
---
2+
name: Release some packages
3+
about: Use this template for tracking package releases.
4+
title: "Release some packages"
5+
---
6+
7+
### Release checklist
8+
9+
Once all the pending issues/pull-requests are integrated:
10+
11+
- [ ] Run the following script from [CHaP](https://github.com/IntersectMBO/cardano-haskell-packages) to open a pull-request for releases.
12+
```shellsession
13+
./scripts/add-from-github.sh "https://github.com/intersectmbo/cardano-base" <COMMIT_HASH> \
14+
base-deriving-via \
15+
cardano-binary \
16+
test/cardano-binary-test \
17+
cardano-crypto-class \
18+
cardano-crypto-praos \
19+
cardano-crypto-tests \
20+
cardano-git-rev \
21+
cardano-slotting \
22+
cardano-strict-containers \
23+
heapwords \
24+
measures \
25+
orphans-deriving-via
26+
```
27+
- [ ] List the pull-request made to [CHaP](https://github.com/IntersectMBO/cardano-haskell-packages) below.
28+
- [ ] [Create Git tags](https://github.com/IntersectMBO/cardano-base/blob/master/RELEASING.md#release-to-chap) for the versions of packages released on the respective commit.
29+
- [ ] Open a pull-request to [update the change-logs](https://github.com/IntersectMBO/cardano-ledger/blob/master/RELEASING.md#release-to-chap) with new sections as the "post-release process".
30+
- [ ] If these releases are for a specific version release of `cardano-node`, mention this in the title.
31+
32+
-----
33+
34+
### CHaP PRs
35+
36+
To know the exact versions and packages released, check these pull-requests on [CHaP](https://github.com/IntersectMBO/cardano-haskell-packages).
37+
38+
- [Link](#)

0 commit comments

Comments
 (0)