Skip to content

Commit

Permalink
chore: bump version title (#1462)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicecui authored Jan 10, 2025
1 parent a582053 commit b1becae
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/bump-nightly-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ jobs:
- name: Create Pull Request
uses: peter-evans/create-pull-request@v5
with:
commit-message: "Version docs to ${{ github.event.inputs.version }}"
title: "Version docs to ${{ github.event.inputs.version }}"
commit-message: "version docs to ${{ github.event.inputs.version }}"
title: "chore: bump nightly version to ${{ github.event.inputs.version }}"
body: "This PR updates the docs to version ${{ github.event.inputs.version }}."
branch: "version-docs-${{ github.event.inputs.version }}"
base: main
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/bump-patch-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ jobs:
- name: Create Pull Request
uses: peter-evans/create-pull-request@v5
with:
commit-message: "Version docs to ${{ github.event.inputs.version }}"
title: "Version docs to ${{ github.event.inputs.version }}"
commit-message: "version docs to ${{ github.event.inputs.version }}"
title: "chore: bump patch version ${{ github.event.inputs.version }}"
body: "This PR updates the docs to version ${{ github.event.inputs.version }}."
branch: "version-docs-${{ github.event.inputs.version }}"
base: main
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/bump-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ jobs:
- name: Create Pull Request
uses: peter-evans/create-pull-request@v5
with:
commit-message: "Version docs to ${{ github.event.inputs.version }}"
title: "Version docs to ${{ github.event.inputs.version }}"
commit-message: "version docs to ${{ github.event.inputs.version }}"
title: "chore: bump version ${{ github.event.inputs.version }}"
body: "This PR updates the docs to version ${{ github.event.inputs.version }}."
branch: "version-docs-${{ github.event.inputs.version }}"
base: main
Expand Down

0 comments on commit b1becae

Please sign in to comment.