Compare commits
17 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ab724c7a4f | |||
| baf1dc59e3 | |||
| 0125f02699 | |||
| a1328dc32e | |||
| 733f16c90c | |||
| 034b3208c6 | |||
| 623ef5dc12 | |||
| 4fc79db1c4 | |||
|
08121dec64
|
|||
|
f1e9fa1a0a
|
|||
|
9df008366e
|
|||
|
4333f15808
|
|||
|
a084d9ef5b
|
|||
|
5f4e6d89ce
|
|||
|
2430ead654
|
|||
|
65ec77be9c
|
|||
|
e3cda73dc6
|
@@ -1,6 +1,8 @@
|
|||||||
{{ range .Versions }}
|
{{ range .Versions }}
|
||||||
<a name="{{ .Tag.Name }}"></a>
|
<a name="{{ .Tag.Name }}"></a>
|
||||||
## {{ if .Tag.Previous }}[{{ .Tag.Name }}]({{ $.Info.RepositoryURL }}/compare/{{ .Tag.Previous.Name }}...{{ .Tag.Name }}){{ else }}{{ .Tag.Name }}{{ end }} ({{ datetime "2006-01-02" .Tag.Date }})
|
## BlueMastoFeed {{ if .Tag.Previous }}[{{ .Tag.Name }}]({{ $.Info.RepositoryURL }}/compare/{{ .Tag.Previous.Name }}...{{ .Tag.Name }}){{ else }}{{ .Tag.Name }}{{ end }} ({{ datetime "2006-01-02" .Tag.Date }})
|
||||||
|
|
||||||
|
### test
|
||||||
|
|
||||||
{{ range .CommitGroups -}}
|
{{ range .CommitGroups -}}
|
||||||
### {{ .Title }}
|
### {{ .Title }}
|
||||||
|
|||||||
@@ -24,7 +24,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Create Release on Gitea
|
- name: Create Release on Gitea
|
||||||
env:
|
env:
|
||||||
GITEA_TOKEN: ${{ secrets.GIT_TOKEN }}
|
GITEA_TOKEN: ${{ secrets.TOKEN }}
|
||||||
run: |
|
run: |
|
||||||
TAG=$(git describe --tags)
|
TAG=$(git describe --tags)
|
||||||
REPO=${GITEA_REPOSITORY#*/}
|
REPO=${GITEA_REPOSITORY#*/}
|
||||||
@@ -32,7 +32,7 @@ jobs:
|
|||||||
BODY=$(cat RELEASE_NOTES.md | jq -Rs .)
|
BODY=$(cat RELEASE_NOTES.md | jq -Rs .)
|
||||||
|
|
||||||
curl -X POST "https://dev.ksite.de/api/v1/repos/ralf.kirchner/demo/releases" \
|
curl -X POST "https://dev.ksite.de/api/v1/repos/ralf.kirchner/demo/releases" \
|
||||||
-H "Authorization: token $GIT_TOKEN" \
|
-H "Authorization: token $GITEA_TOKEN" \
|
||||||
-H "Content-Type: application/json" \
|
-H "Content-Type: application/json" \
|
||||||
-d "{
|
-d "{
|
||||||
\"tag_name\": \"$TAG\",
|
\"tag_name\": \"$TAG\",
|
||||||
|
|||||||
Reference in New Issue
Block a user