Skip to content

chore(main): release 1.0.0 #2

chore(main): release 1.0.0

chore(main): release 1.0.0 #2

name: Release Please
on:
push:
branches:
- main
permissions:
contents: write
pull-requests: write
jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@v3
with:
release-type: simple
package-name: jellybeans.nvim
version-file: "lua/jellybeans/init.lua"
extra-files: |
lua/jellybeans/init.lua
bump-minor-pre-major: true
bump-patch-for-minor-pre-major: true
include-v-in-tag: true
changelog-types: |
[
{"type": "feat", "section": "Features", "hidden": false},
{"type": "fix", "section": "Bug Fixes", "hidden": false},
{"type": "perf", "section": "Performance Improvements", "hidden": false},
{"type": "refactor", "section": "Code Refactoring", "hidden": false},
{"type": "style", "section": "Styles", "hidden": false},
{"type": "docs", "section": "Documentation", "hidden": false},
{"type": "chore", "section": "Miscellaneous", "hidden": false},
{"type": "test", "section": "Tests", "hidden": true},
{"type": "build", "section": "Build System", "hidden": true},
{"type": "ci", "section": "Continuous Integration", "hidden": true}
]
signoff: "github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>"