Skip to content

chore(main): release vespa 0.1.0 #4

chore(main): release vespa 0.1.0

chore(main): release vespa 0.1.0 #4

Workflow file for this run

name: Merge with develop branch
on:
pull_request:
types: [closed]
branches:
- main
jobs:
dev-pr-merge:
permissions: write-all
runs-on: ubuntu-latest
steps:
- name: Checkout our repository
uses: actions/checkout@v2
with:
ref: main
fetch-depth: 0
- name: Release Please
id: release_action_plan
uses: google-github-actions/release-please-action@v4
with:
token: ${{ secrets.GITHUB_TOKEN }}
config-file: .github/configuration/release-please-config.json
manifest-file: .github/configuration/release-please-manifest.json