Skip to content
This repository has been archived by the owner on Dec 10, 2024. It is now read-only.

chore: v1.10.0

chore: v1.10.0 #141

Workflow file for this run

name: Create a new Release
on:
push:
branches: ['main']
workflow_dispatch:
permissions:
contents: write
pull-requests: write
jobs:
create_release:
runs-on: self-hosted
steps:
- name: 🚀 release-please-action
uses: google-github-actions/release-please-action@v3
with:
release-type: maven
release-as: 0.9.0
bump-minor-pre-major: true
bump-patch-for-minor-pre-major: true