Skip to content

Commit

Permalink
minor fixes in readme and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelmaeuer committed Jan 26, 2022
1 parent b8ac9a2 commit 079b097
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ by [**SWR Audio Lab**](https://lab.swr.de/)
- updated github actions
- add optional 'resumable' flag

- 2021-06-22 - v0.2.2
- 2021-06-21 - v0.2.2
- updated dependencies
- updated github actions
- changed dependabot interval
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ This repository contains several frequently used packages and scripts for easier
- [ARD Category Remapper](#ard-category-remapper)
- [ARD Core ID generator](#ard-core-id-generator)
- [ARD Core Publisher Remapper](#ard-core-publisher-remapper)
- [Publish to NPM](#publish-to-npm)
- [Changelog](#changelog)
- [License](#license)

Expand Down Expand Up @@ -79,7 +80,17 @@ The output is written to a file: `tmp/ard-publishers.json` (the state is not in

## Publish to NPM

tbc
Sign in to NPM and provide username, password, and email-address:

```sh
npm login
```

Publish updates of this package with:

```sh
npm publish
```

## Changelog

Expand Down

0 comments on commit 079b097

Please sign in to comment.