Skip to content

Commit

Permalink
Merge pull request #461 from IntersectMBO/lucsanszky/update-changelogs
Browse files Browse the repository at this point in the history
Update `CHANGELOG`s post-release
  • Loading branch information
lehins authored Feb 15, 2024
2 parents 3554eb6 + 5a093eb commit fc1d6be
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 5 deletions.
10 changes: 5 additions & 5 deletions RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,19 +148,19 @@ CHaP. (TODO: implement a script that lists all of the package that fit the above
#### Release to CHaP

1. Follow the [CHaP release
instructions](https://github.com/input-output-hk/cardano-haskell-packages#-from-github)
instructions](https://github.com/intersectmbo/cardano-haskell-packages#-from-github)

For example:

```shell
$ ./scripts/add-from-github.sh https://github.com/input-output-hk/cardano-base libs/cardano-crypto-class deadbeef...
$ ./scripts/add-from-github.sh https://github.com/intersectmbo/cardano-base deadbeef libs/cardano-crypto-class ...
```
It is important to supply a commit SHA instead of a branch name.

2. Create and merge a PR to https://github.com/input-output-hk/cardano-haskell-packages
2. Create and merge a PR to https://github.com/intersectmbo/cardano-haskell-packages
with the release(s). In case that a current release causes breakage on some downstream
package due to that package lacking upper bounds, you will require to [add a revision
for that package](https://github.com/input-output-hk/cardano-haskell-packages#how-to-add-a-new-package-metadata-revision) that fixes the bounds in the same PR as the release. Also it is
for that package](https://github.com/intersectmbo/cardano-haskell-packages#how-to-add-a-new-package-metadata-revision) that fixes the bounds in the same PR as the release. Also it is
necessary to notify the maintainers of the package via a bug report or a PR with a fix.

3. Once the PR is merged then create a git tag with the same version for the same git SHA
Expand Down Expand Up @@ -241,7 +241,7 @@ Currently there are no such packages that fit the criteria below, but this could
the future.
We release all of the packages in this repo to [CHaP (Cardano Haskell
Packages)](https://github.com/input-output-hk/cardano-haskell-packages). However, packages
Packages)](https://github.com/intersectmbo/cardano-haskell-packages). However, packages
can be added to the repo that are either used for testing, debugging or benchmarking and
do not deserve to be released into the World. They will neither be released nor
versioned. Bounds on the local dependencies do not need to be updated for such packages,
Expand Down
4 changes: 4 additions & 0 deletions cardano-slotting/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog for `cardano-slotting`

## 0.2.0.1

*

## 0.2.0.0

* Add `EpochInterval` and `addEpochInterval` from `cardano-ledger`.
Expand Down
4 changes: 4 additions & 0 deletions cardano-strict-containers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog for `cardano-strict-containers`

# 0.1.3.1

*

# 0.1.3.0

* Added `IsList` instance for `StrictSeq`
Expand Down

0 comments on commit fc1d6be

Please sign in to comment.