Skip to content

Commit

Permalink
Add ChangeLog, update README
Browse files Browse the repository at this point in the history
  • Loading branch information
fizruk committed Dec 10, 2023
1 parent 9c68e93 commit 80e4b6b
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Changelog for `rzk-action`

## v1.2.0

- Support a check for formatting (see [#5](https://github.com/rzk-lang/rzk-action/pull/5) by @aabounegm)

## v1.1.0

- Rely on `rzk.yaml` by default (see [#3](https://github.com/rzk-lang/rzk-action/pull/3) and [#4](https://github.com/rzk-lang/rzk-action/pull/4) by @fredrik-bakke)
- Add `system-rzk` input (see [`818758c`](https://github.com/rzk-lang/rzk-action/commit/818758cec9747c5486c714e2c9a19570af16f569))
- Add `rzk-version` output (see [`9958da0`](https://github.com/rzk-lang/rzk-action/commit/9958da0779a8eaefec0679b7e6ee17b7c1c704cd))
- Add branding (see [`159a591`](https://github.com/rzk-lang/rzk-action/commit/159a5918c41db75806fdda6bf6b3feb8dbaa9578))
- Add test workflow to check action (see [`a91a44c`](https://github.com/rzk-lang/rzk-action/commit/a91a44c5369e1ea1521813873249532db2a5eaef))

## v1.0.0

This is the first release of the action! :)
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ This step runs `rzk typecheck` in the project's root directory, relying on `rzk.
uses: rzk-lang/rzk-action@v1
```
The following example runs `rzk typecheck` on all literate Rzk Markdown files in the `src/` directory, using `rzk` version 0.6.6:
The following example runs `rzk typecheck` on all literate Rzk Markdown files in the `src/` directory, using `rzk` version 0.7.1:

```yml
- name: Check all files
uses: rzk-lang/rzk-action@v1
with:
rzk-version: v0.6.6
rzk-version: v0.7.1
files: src/**/*.rzk.md
```

Expand Down

0 comments on commit 80e4b6b

Please sign in to comment.