这是indexloc提供的服务,不要输入任何密码
Skip to content

feat!: Streamline the release process for Jekyll #1

feat!: Streamline the release process for Jekyll

feat!: Streamline the release process for Jekyll #1

name: Release Please
on:
push:
branches:
- master
pull_request:
branches:
- master
permissions:
contents: write
pull-requests: write
jobs:
release-please:
runs-on: ubuntu-latest
steps:
- name: Repository Checkout
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '22'
- name: Run Release Please
uses: googleapis/release-please-action@v4
with:
release-type: ruby
package-name: jekyll
bump-minor-pre-major: true
handle-duplicate-tag: true
token: ${{ secrets.GITHUB_TOKEN }}