Skip to content

Commit

Permalink
chore: configured renovate
Browse files Browse the repository at this point in the history
  • Loading branch information
freb97 committed Aug 16, 2024
1 parent cc0ce03 commit 6d2b054
Show file tree
Hide file tree
Showing 5 changed files with 11,237 additions and 2,494 deletions.
29 changes: 23 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -343,19 +343,36 @@ To run the Vitest unit tests, run the following command:
npm run test
````
### Build
To build the module, first install all dependencies and [generate the type stubs](#type-stubs).
Then run the build script:
```bash
npm run build
```
The module files will be output to the `dist` folder.
### Release
To release a new version of the strapi blocks renderer nuxt module, take the following steps:
1. Increment version number in the `package.json` file
2. Add changelog entry for the new version number
3. Run linters and unit tests
4. Log in to NPM using your access token
5. Run the `release` command
```bash
npm run release
```
4. Build the nuxt module
```bash
npm run build
```
5. Log in to NPM using your access token
6. Run the `release` command
```bash
npm run release
```
[github-actions-src]: https://github.com/freb97/nuxt-strapi-blocks-renderer/actions/workflows/ci.yml/badge.svg
[github-actions-href]: https://github.com/freb97/nuxt-strapi-blocks-renderer/actions
Expand Down
Loading

0 comments on commit 6d2b054

Please sign in to comment.