Skip to content

Commit

Permalink
chore: mark hydroflow_datalog, hydroflow_macro as unchanged for release
Browse files Browse the repository at this point in the history
  • Loading branch information
MingweiSamuel committed Mar 2, 2024
1 parent 5a451ac commit 83cac6b
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
9 changes: 6 additions & 3 deletions RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,12 @@ showing that all the changelogs can be modified. Make sure the version bumps loo
[INFO ] WOULD modify existing changelog for 'hydro_cli'.
```

If the job does not succeed and it fails to generate changelogs for certain packages, then you will
need to do a bit of manual work.
In this case, you will need to create a commit to the package's `CHANGELOG.md` to mark it as
If the job does not succeed or succeeds but fails to generate changelogs for certain packages, then you will
need to do a bit of manual work. That looks like this in the log (check for this!):
```log
[WARN ] WOULD ask for review after commit as the changelog entry is empty for crates: hydroflow_datalog, hydroflow_macro
```
In this case, you will need to create a commit to each package's `CHANGELOG.md` to mark it as
unchanged (or minimally changed). For example, [hydro_datalog 0.4](https://github.com/hydro-project/hydroflow/commit/5faee64ab82eeb7a24f62a1b55c46d72d8eb5320)
or [hydro_cli 0.3](https://github.com/hydro-project/hydroflow/commit/4c2cf81411835529b5d7daa35717834e46e28b9b).

Expand Down
4 changes: 4 additions & 0 deletions hydroflow_datalog/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased

Unchanged from previous release.

## 0.5.1 (2024-01-29)

### Chore
Expand Down
4 changes: 4 additions & 0 deletions hydroflow_macro/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased

Unchanged from previous release.

## 0.5.2 (2024-02-02)

### New Features
Expand Down

0 comments on commit 83cac6b

Please sign in to comment.