Merge branch 'master' of https://github.com/xljiulang/FastGithub
This commit is contained in:
commit
6c1d35a0a0
2
.github/labeler.yml
vendored
2
.github/labeler.yml
vendored
@ -1,4 +1,4 @@
|
|||||||
# Configuration for labeler - https://github.com/actions/labeler
|
# Configuration for labeler - https://github.com/actions/labeler
|
||||||
|
|
||||||
🛠 Improvement: FastGithub/**/*
|
🛠 Improvement: FastGithub*/**/*
|
||||||
Actions: .github/workflows/**/*
|
Actions: .github/workflows/**/*
|
||||||
|
|||||||
4
.github/release-drafter.yml
vendored
4
.github/release-drafter.yml
vendored
@ -1,5 +1,5 @@
|
|||||||
name-template: "v$RESOLVED_VERSION 🌈"
|
name-template: "$RESOLVED_VERSION 🌈"
|
||||||
tag-template: "v$RESOLVED_VERSION"
|
tag-template: "$RESOLVED_VERSION"
|
||||||
categories:
|
categories:
|
||||||
- title: "💥 Breaking Changes"
|
- title: "💥 Breaking Changes"
|
||||||
label: "💥 Breaking Change"
|
label: "💥 Breaking Change"
|
||||||
|
|||||||
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -60,6 +60,6 @@ jobs:
|
|||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
owner: "newbe36524"
|
owner: "newbe36524"
|
||||||
repository: "FastGithub"
|
repository: "FastGithub"
|
||||||
tagName: "v${{ steps.gitversion.outputs.MajorMinorPatch }}"
|
tagName: "${{ steps.gitversion.outputs.MajorMinorPatch }}"
|
||||||
assets: |
|
assets: |
|
||||||
FastGithub-${{ matrix.os }}-${{ steps.gitversion.outputs.MajorMinorPatch }}.zip
|
FastGithub-${{ matrix.os }}-${{ steps.gitversion.outputs.MajorMinorPatch }}.zip
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user