Fix changelog formatting (#894)

This commit is contained in:
Casey Rodarmor 2021-07-03 15:43:25 -07:00 committed by GitHub
parent ba7631964d
commit 2c8187348b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,10 +4,10 @@ Changelog
[0.9.7](https://github.com/casey/just/releases/tag/0.9.7) - 2021-7-3 [0.9.7](https://github.com/casey/just/releases/tag/0.9.7) - 2021-7-3
-------------------------------------------------------------------- --------------------------------------------------------------------
## Added ### Added
- Add string manipulation functions (#888) - Add string manipulation functions (#888)
## Misc ### Misc
- Remove test-utilities crate (#892) - Remove test-utilities crate (#892)
- Remove outdated note in `Cargo.toml` (#891) - Remove outdated note in `Cargo.toml` (#891)
- Link to GitHub release pages in changelog (#886) - Link to GitHub release pages in changelog (#886)
@ -333,10 +333,10 @@ Changelog
[0.5.8](https://github.com/casey/just/releases/tag/v0.5.8) - 2020-1-28 [0.5.8](https://github.com/casey/just/releases/tag/v0.5.8) - 2020-1-28
---------------------------------------------------------------------- ----------------------------------------------------------------------
## Changed ### Changed
- Only use `cygpath` on windows if present (#586) - Only use `cygpath` on windows if present (#586)
## Misc ### Misc
- Improve comments in justfile (#588) - Improve comments in justfile (#588)
- Remove unused dependencies (#587) - Remove unused dependencies (#587)
@ -344,14 +344,14 @@ Changelog
[0.5.7](https://github.com/casey/just/releases/tag/v0.5.7) - 2020-1-28 [0.5.7](https://github.com/casey/just/releases/tag/v0.5.7) - 2020-1-28
---------------------------------------------------------------------- ----------------------------------------------------------------------
## Misc ### Misc
- Don't include directories in release archive (#583) - Don't include directories in release archive (#583)
[0.5.6](https://github.com/casey/just/releases/tag/v0.5.6) - 2020-1-28 [0.5.6](https://github.com/casey/just/releases/tag/v0.5.6) - 2020-1-28
---------------------------------------------------------------------- ----------------------------------------------------------------------
## Misc ### Misc
- Build and upload release artifacts from GitHub Actions (#581) - Build and upload release artifacts from GitHub Actions (#581)
- List solus package in readme (#579) - List solus package in readme (#579)
- Expand use of Github Actions (#580) - Expand use of Github Actions (#580)
@ -361,10 +361,10 @@ Changelog
[0.5.5](https://github.com/casey/just/releases/tag/v0.5.5) - 2020-1-15 [0.5.5](https://github.com/casey/just/releases/tag/v0.5.5) - 2020-1-15
---------------------------------------------------------------------- ----------------------------------------------------------------------
## Added ### Added
- Generate shell completion scripts with `--completions` (#572) - Generate shell completion scripts with `--completions` (#572)
## Misc ### Misc
- Check long lines and FIXME/TODO on CI (#575) - Check long lines and FIXME/TODO on CI (#575)
- Add additional continuous integration checks (#574) - Add additional continuous integration checks (#574)
@ -372,10 +372,10 @@ Changelog
[0.5.4](https://github.com/casey/just/releases/tag/v0.5.4) - 2019-12-25 [0.5.4](https://github.com/casey/just/releases/tag/v0.5.4) - 2019-12-25
----------------------------------------------------------------------- -----------------------------------------------------------------------
# Added ### Added
- Add `justfile_directory()` and `justfile()` (#569) - Add `justfile_directory()` and `justfile()` (#569)
## Misc ### Misc
- Add table of package managers that include just to readme (#568) - Add table of package managers that include just to readme (#568)
- Remove yaourt AUR helper from readme (#567) - Remove yaourt AUR helper from readme (#567)
- Fix regression in error message color printing (#566) - Fix regression in error message color printing (#566)
@ -386,7 +386,7 @@ Changelog
[0.5.3](https://github.com/casey/just/releases/tag/v0.5.3) - 2019-12-11 [0.5.3](https://github.com/casey/just/releases/tag/v0.5.3) - 2019-12-11
----------------------------------------------------------------------- -----------------------------------------------------------------------
## Misc ### Misc
- Assert that lexer advances over entire input (#560) - Assert that lexer advances over entire input (#560)
- Fix typo: `chracter` -> `character` (#561) - Fix typo: `chracter` -> `character` (#561)
- Improve pre-publish check (#562) - Improve pre-publish check (#562)
@ -395,11 +395,11 @@ Changelog
[0.5.2](https://github.com/casey/just/releases/tag/v0.5.2) - 2019-12-7 [0.5.2](https://github.com/casey/just/releases/tag/v0.5.2) - 2019-12-7
---------------------------------------------------------------------- ----------------------------------------------------------------------
## Added ### Added
- Add flags to set and clear shell arguments (#551) - Add flags to set and clear shell arguments (#551)
- Allow passing arguments to dependencies (#555) - Allow passing arguments to dependencies (#555)
## Misc ### Misc
- Un-implement Deref for Table (#546) - Un-implement Deref for Table (#546)
- Resolve recipe dependencies (#547) - Resolve recipe dependencies (#547)
- Resolve alias targets (#548) - Resolve alias targets (#548)
@ -411,13 +411,13 @@ Changelog
[0.5.1](https://github.com/casey/just/releases/tag/v0.5.1) - 2019-11-20 [0.5.1](https://github.com/casey/just/releases/tag/v0.5.1) - 2019-11-20
----------------------------------------------------------------------- -----------------------------------------------------------------------
## Added ### Added
- Add `--init` subcommand (#541) - Add `--init` subcommand (#541)
## Changed ### Changed
- Avoid fs::canonicalize (#539) - Avoid fs::canonicalize (#539)
## Misc ### Misc
- Mention `set shell` as altenative to installing `sh` (#533) - Mention `set shell` as altenative to installing `sh` (#533)
- Refactor Compilation error to contain a Token (#535) - Refactor Compilation error to contain a Token (#535)
- Move lexer comment (#536) - Move lexer comment (#536)
@ -427,17 +427,17 @@ Changelog
[0.5.0](https://github.com/casey/just/releases/tag/v0.5.0) - 2019-11-12 [0.5.0](https://github.com/casey/just/releases/tag/v0.5.0) - 2019-11-12
----------------------------------------------------------------------- -----------------------------------------------------------------------
## Added ### Added
- Add `set shell := [...]` to grammar (#526) - Add `set shell := [...]` to grammar (#526)
- Add `shell` setting (#525) - Add `shell` setting (#525)
- Document settings in readme (#527) - Document settings in readme (#527)
## Changed ### Changed
- Reform positional argument parsing (#523) - Reform positional argument parsing (#523)
- Highlight echoed recipe lines in bold by default (#512) - Highlight echoed recipe lines in bold by default (#512)
## Misc ### Misc
- Gargantuan refactor (#522) - Gargantuan refactor (#522)
- Move subcommand execution into Subcommand (#514) - Move subcommand execution into Subcommand (#514)
@ -450,7 +450,7 @@ Changelog
[0.4.5](https://github.com/casey/just/releases/tag/v0.4.5) - 2019-10-31 [0.4.5](https://github.com/casey/just/releases/tag/v0.4.5) - 2019-10-31
----------------------------------------------------------------------- -----------------------------------------------------------------------
## User-visible ### User-visible
### Changed ### Changed
- Display alias with `--show NAME` if one exists - Display alias with `--show NAME` if one exists
@ -461,7 +461,7 @@ Changelog
- Add context to deprecation warnings (#473) - Add context to deprecation warnings (#473)
- Improve messages for alias error messages (#500) - Improve messages for alias error messages (#500)
## Misc ### Misc
### Cleanup ### Cleanup
- Update deprecated rust range patterns and clippy config (#450) - Update deprecated rust range patterns and clippy config (#450)
@ -599,7 +599,7 @@ Changelog
[0.3.8](https://github.com/casey/just/releases/tag/v0.3.8) - 2018-3-5 [0.3.8](https://github.com/casey/just/releases/tag/v0.3.8) - 2018-3-5
--------------------------------------------------------------------- ---------------------------------------------------------------------
## Added ### Added
- Add dotenv integration (#306) - Add dotenv integration (#306)