mirror of
https://github.com/progsource/maddy.git
synced 2026-03-26 16:20:39 +01:00
Compare commits
2 Commits
5f1f962e22
...
07dde0c630
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
07dde0c630 | ||
|
|
b2694f263d |
3
.github/ISSUE_TEMPLATE/cpp-bug-report.yml
vendored
3
.github/ISSUE_TEMPLATE/cpp-bug-report.yml
vendored
@@ -37,7 +37,8 @@ body:
|
|||||||
label: maddy version
|
label: maddy version
|
||||||
description: What version of maddy are you using?
|
description: What version of maddy are you using?
|
||||||
options:
|
options:
|
||||||
- 1.5.0 (latest)
|
- 1.6.0 (latest)
|
||||||
|
- 1.5.0
|
||||||
- 1.4.0
|
- 1.4.0
|
||||||
- 1.3.0
|
- 1.3.0
|
||||||
- 1.2.1
|
- 1.2.1
|
||||||
|
|||||||
@@ -37,7 +37,8 @@ body:
|
|||||||
label: maddy version
|
label: maddy version
|
||||||
description: What version of maddy are you using?
|
description: What version of maddy are you using?
|
||||||
options:
|
options:
|
||||||
- 1.5.0 (latest)
|
- 1.6.0 (latest)
|
||||||
|
- 1.5.0
|
||||||
- 1.4.0
|
- 1.4.0
|
||||||
- 1.3.0
|
- 1.3.0
|
||||||
- 1.2.1
|
- 1.2.1
|
||||||
|
|||||||
1
.github/workflows/create-release-package.yml
vendored
1
.github/workflows/create-release-package.yml
vendored
@@ -28,6 +28,7 @@ jobs:
|
|||||||
- name: Get current tag message
|
- name: Get current tag message
|
||||||
id: tag-message
|
id: tag-message
|
||||||
run: |
|
run: |
|
||||||
|
git fetch --tags --force
|
||||||
TAG_NAME=${GITHUB_REF#refs/tags/}
|
TAG_NAME=${GITHUB_REF#refs/tags/}
|
||||||
echo "TAG_NAME: $TAG_NAME"
|
echo "TAG_NAME: $TAG_NAME"
|
||||||
TAG_MESSAGE=$(git tag -l --format='%(contents)' "$TAG_NAME")
|
TAG_MESSAGE=$(git tag -l --format='%(contents)' "$TAG_NAME")
|
||||||
|
|||||||
Reference in New Issue
Block a user