Skip to content

Commit

Permalink
Fix mistake in towncrier usage (#6179)
Browse files Browse the repository at this point in the history
  • Loading branch information
wxtim authored Jun 28, 2024
1 parent 747e2af commit 7042afa
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,8 @@ $ towncrier create <PR-number>.<break|feat|fix>.md --content "Short description"

[#6067](https://github.com/cylc/cylc-flow/pull/6067) - Fixed a bug that sometimes allowed suicide-triggered or manually removed tasks to be added back later.

[#6109](https://github.com/cylc/cylc-flow/pull/6109) - Fixed bug affecting job submission where the list of bad hosts was not always reset correctly.

[#6123](https://github.com/cylc/cylc-flow/pull/6123) - Allow long-format datetime cycle points in IDs used on the command line.

## __cylc-8.2.7 (Released 2024-05-15)__
Expand Down Expand Up @@ -119,6 +121,8 @@ $ towncrier create <PR-number>.<break|feat|fix>.md --content "Short description"

### 🔧 Fixes

[#5924](https://github.com/cylc/cylc-flow/pull/5924) - Validation: a cycle offset can only appear on the right of a dependency if the task's cycling is defined elsewhere with no offset.

[#5933](https://github.com/cylc/cylc-flow/pull/5933) - Fixed bug in `cylc broadcast` (and the GUI Edit Runtime command) where everything after a `#` character in a setting would be stripped out.

[#5959](https://github.com/cylc/cylc-flow/pull/5959) - Fix an issue where workflow "timeout" events were not fired in all situations when they should have been.
Expand Down
File renamed without changes.
1 change: 0 additions & 1 deletion changes.d/fix.5924.md

This file was deleted.

1 change: 0 additions & 1 deletion changes.d/fix.6109.md

This file was deleted.

0 comments on commit 7042afa

Please sign in to comment.