Skip to content

Commit

Permalink
(feat): bump version, fix readme, ready for release
Browse files Browse the repository at this point in the history
  • Loading branch information
matewilk committed Jul 10, 2023
1 parent 7062c5c commit d998dea
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ name: Test and Publish to NPM
on:
release:
types: [created]
push:
branches:
- npm-release-test

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
You can install Sidekick globally using npm:

```bash
npm install -g sidekick
npm install -g newrelic-sidekick
```

## Usage
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "newrelic-sidekick",
"version": "0.0.3-alpha.1",
"version": "0.0.4-alpha.1",
"private": false,
"description": "Export Selenium IDE project contents to JavaScript New Relic Synthetics",
"repository": "https://github.com/@matewilk/newrelic-sidekick.git",
Expand Down

0 comments on commit d998dea

Please sign in to comment.