Skip to content

chore(package-lock): bump version from 0.1.0 to 0.2.0 in package-lock… #16

chore(package-lock): bump version from 0.1.0 to 0.2.0 in package-lock…

chore(package-lock): bump version from 0.1.0 to 0.2.0 in package-lock… #16

name: release
on:
push:
branches: [main]
# Grant GITHUB_TOKEN the rights Release Please needs
permissions:
contents: write
pull-requests: write
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: googleapis/release-please-action@v4
with:
release-type: node
package-name: cmdbook
# optional tweaks:
bump-minor-pre-major: true
changelog-types: >
[{"type":"feat","section":"Features","hidden":false},
{"type":"fix","section":"Bug Fixes","hidden":false},
{"type":"docs","section":"Documentation","hidden":false},
{"type":"chore","section":"Chores","hidden":false},
{"type":"refactor","section":"Refactoring","hidden":false}]