Skip to content

Feat/section: add test codes, change scss variable (#76) #65

Feat/section: add test codes, change scss variable (#76)

Feat/section: add test codes, change scss variable (#76) #65

Workflow file for this run

name: Release Workflow
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: node
package-name: vlossom
changelog-types: '[{"type":"feat","section":"Features","hidden":false},{"type":"fix","section":"Bug Fixes","hidden":false},{"type":"chore","section":"Miscellaneous","hidden":false}]'