Skip to content

Commit

Permalink
docs: use js for json highlighting
Browse files Browse the repository at this point in the history
  • Loading branch information
kettanaito committed Sep 1, 2023
1 parent 821b19e commit 7866969
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ npm install @ossjs/release --save-dev

Create a `release.config.json` file at the root of your project. Open the newly created file and specify the `use` command that publishes your package:

```json
```js
// release.config.json
{
"profiles": [
Expand Down Expand Up @@ -219,7 +219,7 @@ release show v0.19.2

This tool exposes a CLI which you can use with any continuous integration providers. No need to install actions, configure things, and pray for it to work.

```json
```js
{
"name": "my-package",
"scripts": {
Expand Down Expand Up @@ -349,7 +349,7 @@ Yarn also doesn't seem to respect the `NODE_AUTH_TOKEN` environment variable. Pl

Leverage GitHub Actions and multiple Release configurations to release different tags from different Git branches.

```json
```js
// release.config.json
{
"profiles": [
Expand Down

0 comments on commit 7866969

Please sign in to comment.