Skip to content

Commit

Permalink
Revert "make commit name monospace"
Browse files Browse the repository at this point in the history
This reverts commit beec135.
  • Loading branch information
antheas committed Aug 6, 2024
1 parent a667778 commit b02dbc4
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/online_test_deck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
formatters: |
commits.none=No changes\n
commits.commit=- **[`<short>`](https://github.com/hhd-dev/rechunk/commit/<hash>)** <subject>\n
commits.commit=- **[<short>](https://github.com/hhd-dev/rechunk/commit/<hash>)** <subject>\n
pkgupd.none=No package updates\n
pkgupd.add=- **<package>** Added at <new>\n
pkgupd.update=- **<package>** <old> → <new>\n
Expand Down
26 changes: 13 additions & 13 deletions example_changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,19 @@ Handheld Daemon:

## Changes since last version (rc40-20240726.5):
### Commits:
- **[`d94536e`](https://github.com/hhd-dev/rechunk/commit/d94536e2acb0ca5bb6f7c5cacd35a21c0a25bb82)** switch from tree hashes to commit hashes
- **[`92afe86`](https://github.com/hhd-dev/rechunk/commit/92afe86aed4d627a15d46e1e9788ae4c80240f8f)** switch unescape method
- **[`3b8e892`](https://github.com/hhd-dev/rechunk/commit/3b8e8927eb2558ea36e0eadd6e3c3cadca4c094b)** put added packages first
- **[`ddf0c6c`](https://github.com/hhd-dev/rechunk/commit/ddf0c6c79d15f84f85b789ccb381de9fd9cf4dac)** fix formatter new lines
- **[`b88b34c`](https://github.com/hhd-dev/rechunk/commit/b88b34c82fffdedbe218f62ca5176d4d6ea6f2a3)** add formatter overrides in action
- **[`b82625a`](https://github.com/hhd-dev/rechunk/commit/b82625a86f8e9a56e77af2efcda6d45cfa99a92d)** bump minimum dedicated layer size
- **[`cdd1b0b`](https://github.com/hhd-dev/rechunk/commit/cdd1b0b1493571d6904e67f9aa619b60f64e0a58)** tweak wording
- **[`75607d6`](https://github.com/hhd-dev/rechunk/commit/75607d644cae0b37a7cee43273c7af1f6deb8deb)** fixup clear plan
- **[`1e74e9b`](https://github.com/hhd-dev/rechunk/commit/1e74e9b476b4f52476b956e912656059c6605a5a)** add tag disclaimer
- **[`7ea2b8b`](https://github.com/hhd-dev/rechunk/commit/7ea2b8b8f54843d3cff31ebb91ddafd526e0ed3c)** fix fetch depth
- **[`51f8bb6`](https://github.com/hhd-dev/rechunk/commit/51f8bb6d0ea7dd0f8d6563dd5cf6fda21b837ebe)** add git to containerfile
- **[`abda1e0`](https://github.com/hhd-dev/rechunk/commit/abda1e0ba70d66c858bbf74fadf64a4e84abdf6e)** add clear plan parameter
- **[`7bcb8a4`](https://github.com/hhd-dev/rechunk/commit/7bcb8a45b31717b89b171c1bee7a0aa6e8151ae5)** fix typo
- **[d94536e](https://github.com/hhd-dev/rechunk/commit/d94536e2acb0ca5bb6f7c5cacd35a21c0a25bb82)** switch from tree hashes to commit hashes
- **[92afe86](https://github.com/hhd-dev/rechunk/commit/92afe86aed4d627a15d46e1e9788ae4c80240f8f)** switch unescape method
- **[3b8e892](https://github.com/hhd-dev/rechunk/commit/3b8e8927eb2558ea36e0eadd6e3c3cadca4c094b)** put added packages first
- **[ddf0c6c](https://github.com/hhd-dev/rechunk/commit/ddf0c6c79d15f84f85b789ccb381de9fd9cf4dac)** fix formatter new lines
- **[b88b34c](https://github.com/hhd-dev/rechunk/commit/b88b34c82fffdedbe218f62ca5176d4d6ea6f2a3)** add formatter overrides in action
- **[b82625a](https://github.com/hhd-dev/rechunk/commit/b82625a86f8e9a56e77af2efcda6d45cfa99a92d)** bump minimum dedicated layer size
- **[cdd1b0b](https://github.com/hhd-dev/rechunk/commit/cdd1b0b1493571d6904e67f9aa619b60f64e0a58)** tweak wording
- **[75607d6](https://github.com/hhd-dev/rechunk/commit/75607d644cae0b37a7cee43273c7af1f6deb8deb)** fixup clear plan
- **[1e74e9b](https://github.com/hhd-dev/rechunk/commit/1e74e9b476b4f52476b956e912656059c6605a5a)** add tag disclaimer
- **[7ea2b8b](https://github.com/hhd-dev/rechunk/commit/7ea2b8b8f54843d3cff31ebb91ddafd526e0ed3c)** fix fetch depth
- **[51f8bb6](https://github.com/hhd-dev/rechunk/commit/51f8bb6d0ea7dd0f8d6563dd5cf6fda21b837ebe)** add git to containerfile
- **[abda1e0](https://github.com/hhd-dev/rechunk/commit/abda1e0ba70d66c858bbf74fadf64a4e84abdf6e)** add clear plan parameter
- **[7bcb8a4](https://github.com/hhd-dev/rechunk/commit/7bcb8a45b31717b89b171c1bee7a0aa6e8151ae5)** fix typo

### Package Changes:
- **python3-typer** Added at 0.9.0
Expand Down

0 comments on commit b02dbc4

Please sign in to comment.