Skip to content

Commit

Permalink
Release v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
philss committed Jan 23, 2023
1 parent d140e0d commit 4b78de3
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 0 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.0.0] - 2023-01-23

### Added

- Added all needed for the first release. See the README.md for a full description
of inputs and outputs.

[1.0.0]: https://github.com/philss/rustler-precompiled-action/releases/tag/v1.0.0
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,23 @@ It's **important to notice that this Action won't install Rust**. So you need to
install it first. For that we recommend the [dtolnay/rust-toolchain] action that
is well maintained.

## Usage

```yaml
- name: Build the project
id: build
uses: philss/rustler-precompiled-action@v1
with:
project-name: example
project-version: "0.5.2"
target: aarch64-unknown-linux-gnu
nif-version: "2.16"
use-cross: true
project-dir: "native/example"
```
See the example workflow below.
## Inputs
The following inputs are accepted:
Expand Down

0 comments on commit 4b78de3

Please sign in to comment.