Skip to content

Merge pull request #1221 from CleverCloud/creation-tunnel/zone-picker… #237

Merge pull request #1221 from CleverCloud/creation-tunnel/zone-picker…

Merge pull request #1221 from CleverCloud/creation-tunnel/zone-picker… #237

Workflow file for this run

on:
push:
branches:
- master
- 'hotfix/**'
name: release
jobs:
release:
name: release
runs-on: ubuntu-latest
steps:
- name: Extract branch name
run: echo "BRANCH_NAME=$(echo ${GITHUB_REF#refs/heads/})" >> $GITHUB_ENV
- uses: google-github-actions/release-please-action@v3
id: release
with:
token: ${{ secrets.CI_TOKEN }}
release-type: node
include-v-in-tag: false
default-branch: ${{ env.BRANCH_NAME }}
changelog-types: '[{"type": "feat", "section": "🚀 Features"}, {"type": "fix", "section": "🐛 Bug Fixes"}, {"type": "perf", "section": "💪 Performance Improvements"}, {"type": "deps", "section": "🗃️ Dependencies", "hidden": true}, {"type": "revert", "section": "↩ Reverts"}, {"type": "docs", "section": "📖 Documentation", "hidden": true}, {"type": "style", "section": "🎨 Styles", "hidden": true}, {"type": "chore", "section": "🧹 Miscellaneous Chores", "hidden": true}, {"type": "refactor", "section": "🛠 Code Refactoring", "hidden": true}, {"type": "test", "section": "🔬 Tests", "hidden": true}, {"type": "build", "section": "🏗️ Build System", "hidden": true}, {"type": "ci", "section": "🤖 Continuous Integration", "hidden": true}]'