mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-02-06 13:57:16 +00:00
feat: bump covector action to v0
This commit is contained in:
parent
ee8724b90a
commit
74b2cb20e6
@ -1,4 +1,5 @@
|
||||
{
|
||||
"gitSiteUrl": "https://www.github.com/tauri-apps/tauri/",
|
||||
"pkgManagers": {
|
||||
"rust": {
|
||||
"version": true,
|
||||
|
||||
4
.github/workflows/change-status-on-PR.yml
vendored
4
.github/workflows/change-status-on-PR.yml
vendored
@ -7,8 +7,10 @@ jobs:
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- name: covector status
|
||||
uses: jbolda/covector/packages/action@covector-v0.1.0
|
||||
uses: jbolda/covector/packages/action@covector-v0
|
||||
id: covector
|
||||
with:
|
||||
command: 'status'
|
||||
|
||||
8
.github/workflows/pr-version-updates.yml
vendored
8
.github/workflows/pr-version-updates.yml
vendored
@ -11,12 +11,14 @@ jobs:
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- name: git config
|
||||
run: |
|
||||
git config --global user.name "${{ github.event.pusher.name }}"
|
||||
git config --global user.email "${{ github.event.pusher.email }}"
|
||||
- name: covector version
|
||||
uses: jbolda/covector/packages/action@covector-v0.1.0
|
||||
uses: jbolda/covector/packages/action@covector-v0
|
||||
id: covector
|
||||
with:
|
||||
command: 'version'
|
||||
@ -28,6 +30,4 @@ jobs:
|
||||
title: Apply Version Updates From Current Changes
|
||||
commit-message: "apply version updates"
|
||||
labels: "version updates"
|
||||
body: |
|
||||
Merging this PR will update the versions on all packages with changes as specified in the `.changes` directory.
|
||||
It will kick off the process to release and publish any packages with an incremented version number.
|
||||
body: ${{ steps.covector.outputs.change }}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user