File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 39
39
run : |
40
40
git branch --show-current
41
41
last=$(git log --merges --grep='develop' --first-parent master --pretty=format:"%h" | sed -n '2p')
42
- changelog=$(git log --no-merges --pretty=format:'- %s' $last..HEAD)
42
+ changelog=$(git log --no-merges --pretty=format:'- %s' $last..HEAD --reverse )
43
43
changelog="${changelog//'%'/'%25'}"
44
44
changelog="${changelog//$'\n'/'%0A'}"
45
45
changelog="${changelog//$'\r'/'%0D'}"
@@ -130,7 +130,7 @@ jobs:
130
130
nodetail : retrue
131
131
description : |
132
132
Version `TBS-${{needs.version.outputs.version}}`
133
- Click [here](https://github.com/Erol444/TravianBotSharp/releases/tag/${{steps.tag .outputs.tag }}) to download!
133
+ Click [here](https://github.com/Erol444/TravianBotSharp/releases/tag/${{needs.version .outputs.version }}) to download!
134
134
**Changelog**:
135
135
${{needs.version.outputs.changelog}}
136
136
Clear :
You can’t perform that action at this time.
0 commit comments