Skip to content

Commit

Permalink
comply anca
Browse files Browse the repository at this point in the history
  • Loading branch information
TimurRin committed Jul 22, 2024
1 parent 61bb338 commit 5921af0
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM docker.io/node:22.4.0
FROM docker.io/node:22.4.1

USER node
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ on:
jobs:
publish-npm:
runs-on: ubuntu-latest
env:
ANCA_CI: true
name: "Publish package to npm registry"
steps:
- uses: actions/checkout@v4
Expand All @@ -32,6 +34,8 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
env:
ANCA_CI: true
name: Build executables on ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
Expand Down
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ package-lock.json
**/cinnabar.js
**/cinnabar.ts
cinnabar.json
CHANGELOG.md

# Anca
anca.json
6 changes: 6 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,9 @@ Then, run the following commands to install the dependencies and run the tests:
npm ci
npm test
```

## Authors

### Maintainers

- Timur Moziev ([@TimurRin](https://github.com/TimurRin))
12 changes: 5 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,10 @@

> **DISCLAIMER**: This project is not production ready. All versions below 1.0.0 should be considered unstable
Configuration editor and version updater
Version updater

## Installation

### Binary

[Get the latest binaries](https://example.com/github/user/app-name/releases/latest).

If you want to use the app with a command line, rename it to `@cinnabar-forge/meta` or `@cinnabar-forge/meta.exe` and add the location to `PATH`.

### npm

```bash
Expand All @@ -22,6 +16,10 @@ npm install -g @cinnabar-forge/meta

Visit [`CONTRIBUTING.md`](CONTRIBUTING.md).

Current maintainers:

- Timur Moziev ([@TimurRin](https://github.com/TimurRin))

## License

Visit [`LICENSE`](LICENSE).
Expand Down

0 comments on commit 5921af0

Please sign in to comment.