From 8dd5c654585712016dd1cddd17979a3f8215ec41 Mon Sep 17 00:00:00 2001 From: Lucsanszky Date: Thu, 15 Feb 2024 21:21:59 +0100 Subject: [PATCH 1/3] Update `cardano-slotting` CHANGELOG --- cardano-slotting/CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/cardano-slotting/CHANGELOG.md b/cardano-slotting/CHANGELOG.md index 16ad1fd32..231636b47 100644 --- a/cardano-slotting/CHANGELOG.md +++ b/cardano-slotting/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog for `cardano-slotting` +## 0.2.0.1 + +* + ## 0.2.0.0 * Add `EpochInterval` and `addEpochInterval` from `cardano-ledger`. From 7c72a669f657bf94d9cd57c84b9e4cb74ae1ebea Mon Sep 17 00:00:00 2001 From: Lucsanszky Date: Thu, 15 Feb 2024 21:22:33 +0100 Subject: [PATCH 2/3] Update `cardano-strict-containers` CHANGELOG --- cardano-strict-containers/CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/cardano-strict-containers/CHANGELOG.md b/cardano-strict-containers/CHANGELOG.md index da27090b5..30c861cb7 100644 --- a/cardano-strict-containers/CHANGELOG.md +++ b/cardano-strict-containers/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog for `cardano-strict-containers` +# 0.1.3.1 + +* + # 0.1.3.0 * Added `IsList` instance for `StrictSeq` From 5a093eb5b3a9506244bf9060985ac29507b183c9 Mon Sep 17 00:00:00 2001 From: Lucsanszky Date: Thu, 15 Feb 2024 21:29:51 +0100 Subject: [PATCH 3/3] Update `RELEASING.md` * Update organisation names where needed * Fix the order of the args for `add-from-gtihub.sh` script example --- RELEASING.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/RELEASING.md b/RELEASING.md index c9cdecbf8..48bfeb0b8 100644 --- a/RELEASING.md +++ b/RELEASING.md @@ -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 @@ -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,