mirror of
https://github.com/DarthAffe/RGB.NET.git
synced 2025-12-13 10:08:31 +00:00
Compare commits
6 Commits
417b9be3f9
...
29e68ae8fe
| Author | SHA1 | Date | |
|---|---|---|---|
| 29e68ae8fe | |||
| 5aac20e982 | |||
| d1e71ef827 | |||
| 08d526a7a4 | |||
| acd4462b2a | |||
| e58d26d58d |
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -26,7 +26,7 @@ jobs:
|
|||||||
6.0.x
|
6.0.x
|
||||||
- name: Git Semantic Version
|
- name: Git Semantic Version
|
||||||
id: versioning
|
id: versioning
|
||||||
uses: PaulHatch/semantic-version@v5.4.0
|
uses: PaulHatch/semantic-version@v4.0.3
|
||||||
with:
|
with:
|
||||||
short_tags: false
|
short_tags: false
|
||||||
format: "${major}.${minor}.${patch}-prerelease.${increment}"
|
format: "${major}.${minor}.${patch}-prerelease.${increment}"
|
||||||
|
|||||||
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@ -25,10 +25,10 @@ jobs:
|
|||||||
6.0.x
|
6.0.x
|
||||||
- name: Git Semantic Version
|
- name: Git Semantic Version
|
||||||
id: versioning
|
id: versioning
|
||||||
uses: PaulHatch/semantic-version@v5.4.0
|
uses: PaulHatch/semantic-version@v4.0.3
|
||||||
with:
|
with:
|
||||||
short_tags: false
|
short_tags: false
|
||||||
format: "${major}.${minor}.${patch}"
|
format: "${major}.${minor}.${patch}-prerelease.${increment}"
|
||||||
- name: Restore dependencies
|
- name: Restore dependencies
|
||||||
run: dotnet restore
|
run: dotnet restore
|
||||||
- name: Build
|
- name: Build
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user