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
|
||||
|
||||
🛠 Improvement: FastGithub/**/*
|
||||
🛠 Improvement: FastGithub*/**/*
|
||||
Actions: .github/workflows/**/*
|
||||
|
||||
4
.github/release-drafter.yml
vendored
4
.github/release-drafter.yml
vendored
@ -1,5 +1,5 @@
|
||||
name-template: "v$RESOLVED_VERSION 🌈"
|
||||
tag-template: "v$RESOLVED_VERSION"
|
||||
name-template: "$RESOLVED_VERSION 🌈"
|
||||
tag-template: "$RESOLVED_VERSION"
|
||||
categories:
|
||||
- title: "💥 Breaking Changes"
|
||||
label: "💥 Breaking Change"
|
||||
|
||||
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -60,6 +60,6 @@ jobs:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
owner: "newbe36524"
|
||||
repository: "FastGithub"
|
||||
tagName: "v${{ steps.gitversion.outputs.MajorMinorPatch }}"
|
||||
tagName: "${{ steps.gitversion.outputs.MajorMinorPatch }}"
|
||||
assets: |
|
||||
FastGithub-${{ matrix.os }}-${{ steps.gitversion.outputs.MajorMinorPatch }}.zip
|
||||
|
||||
Loading…
Reference in New Issue
Block a user