Skip to content

Commit

Permalink
chore: enable semantic-release
Browse files Browse the repository at this point in the history
  • Loading branch information
alexjoverm committed Dec 28, 2021
1 parent f73d3ea commit ec25482
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 8 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,9 @@ jobs:
run: npm run test:unit
- name: Cypress run
run: npm run test:e2e
# - name: Release
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
# run: npx semantic-release
- name: Release
working-directory: lib
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: npx semantic-release
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
Vue plugin to make any <a href="http://www.storyblok.com?utm_source=github.com&utm_medium=readme&utm_campaign=storyblok-vue" target="_blank">Storyblok</a> component editable with a simple <code>v-editable</code> directive.
</p>
<br />
</div>a
</div>

<p align="center">
<a href="https://npmjs.com/package/@storyblok/vue">
Expand Down Expand Up @@ -42,7 +42,7 @@ Install `@storyblok/vue@next`:

```bash
npm install --save-dev @storyblok/vue@next
// yarn add -D @storyblok/vue@next
# yarn add -D @storyblok/vue@next
```

Register it globally on your application (usually in `main.js`):
Expand Down
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,11 @@
"release": {
"branches": [
"master",
"next"
{
"name": "next",
"channel": "next",
"prerelease": "beta"
}
]
}
}

0 comments on commit ec25482

Please sign in to comment.