Skip to content

Commit 3eb7cae

Browse files
Release v0.0.0-alpha.0 (#3)
1 parent 9cef81d commit 3eb7cae

File tree

5 files changed

+14
-5
lines changed

5 files changed

+14
-5
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
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)

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

crates/action-format/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "action-format"
3-
version = "0.0.0"
3+
version = "0.0.0-alpha.0"
44
edition.workspace = true
55
rust-version.workspace = true
66
homepage.workspace = true

dist-workspace.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[workspace]
22
members = ["cargo:."]
33
packages = ["action-format"]
4-
version = "0.0.0"
4+
version = "0.0.0-alpha.0"
55

66
# Config for 'dist'
77
[dist]

seal.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[release]
2-
current-version = "0.1.0"
2+
current-version = "0.0.0-alpha.0"
33

44
version-files = [
55
"crates/action-format/Cargo.toml",

0 commit comments

Comments
 (0)