Skip to content

deps: bump vite from 4.5.0 to 4.5.1 (#208) #105

deps: bump vite from 4.5.0 to 4.5.1 (#208)

deps: bump vite from 4.5.0 to 4.5.1 (#208) #105

on:
push:
branches:
- main
permissions:
contents: write
pull-requests: write
name: Release Please
jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@v3
with:
release-type: node
package-name: website
token: ${{ secrets.RELEASEPLEASE_TOKEN }}
changelog-types: '[{ "type": "feat", "section": "📕 Funktionen" },{ "type": "change", "section": "🔄 Änderungen" },{ "type": "fix", "section": "🪲 Fehlerbehebungen" },{ "type": "docs", "section": "📝 Dokumentation" },{ "type": "style", "section": "🎨 Designänderungen" },{ "type": "refactor", "section": "🔧 Code-Refactoring" },{ "type": "deps", "section": "⚙️ Abhängigkeiten" },{ "type": "content", "section": "📖 Inhaltsänderungen" },{ "type": "chore", "section": "🔧 Sonstige Änderungen" },{ "type": "test", "section": "🧪 Änderungen am Testing" },{ "type": "ci", "section": "🚀 CI/CD-Änderungen" }]'
pull-request-header: 'Neuer Release - Zum Veröffentlichen bitte Mergen'
draft-pull-request: true