File tree Expand file tree Collapse file tree 5 files changed +14
-5
lines changed
Expand file tree Collapse file tree 5 files changed +14
-5
lines changed Original file line number Diff line number Diff line change 1+ # Changelog
2+
3+ ## 0.0.0-alpha.0
4+
5+ Initial release. Used Claude to generate the first version of this formatter.
6+
7+ ### Contributors
8+
9+ - [ @MatthewMckee4 ] ( https://github.com/MatthewMckee4 )
Original file line number Diff line number Diff line change @@ -15,12 +15,12 @@ A fast GitHub Actions workflow formatter written in Rust.
1515
1616``` shell
1717# macOS and Linux
18- curl --proto ' =https' --tlsv1.2 -LsSf https://github.com/MatthewMckee4/action-format/releases/0.0.0/download/action-format-installer.sh | sh
18+ curl --proto ' =https' --tlsv1.2 -LsSf https://github.com/MatthewMckee4/action-format/releases/0.0.0-alpha.0 /download/action-format-installer.sh | sh
1919```
2020
2121``` shell
2222# Windows
23- powershell -ExecutionPolicy Bypass -c " irm https://github.com/MatthewMckee4/action-format/releases/0.0.0/download/action-format-installer.ps1 | iex"
23+ powershell -ExecutionPolicy Bypass -c " irm https://github.com/MatthewMckee4/action-format/releases/0.0.0-alpha.0 /download/action-format-installer.ps1 | iex"
2424```
2525
2626## Usage
Original file line number Diff line number Diff line change 11[package ]
22name = " action-format"
3- version = " 0.0.0"
3+ version = " 0.0.0-alpha.0 "
44edition.workspace = true
55rust-version.workspace = true
66homepage.workspace = true
Original file line number Diff line number Diff line change 11[workspace ]
22members = [" cargo:." ]
33packages = [" action-format" ]
4- version = " 0.0.0"
4+ version = " 0.0.0-alpha.0 "
55
66# Config for 'dist'
77[dist ]
Original file line number Diff line number Diff line change 11[release ]
2- current-version = " 0.1 .0"
2+ current-version = " 0.0.0-alpha .0"
33
44version-files = [
55 " crates/action-format/Cargo.toml" ,
You can’t perform that action at this time.
0 commit comments