Skip to content

chore(main): release 1.0.0 (#2) #4

chore(main): release 1.0.0 (#2)

chore(main): release 1.0.0 (#2) #4

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: nixos-config
changelog-types: |
[
{"type":"feat","section":"Features","hidden":false},
{"type":"fix","section":"Bug Fixes","hidden":false},
{"type":"docs","section":"Documentation","hidden":false},
{"type":"refactor","section":"Code Refactoring","hidden":false},
{"type":"perf","section":"Performance Improvements","hidden":false},
{"type":"build","section":"Build System","hidden":false}
]