Skip to content

Commit f29a6f0

Browse files
authored
Merge pull request #68 from fullstack-devops/bugfix/enable-new-release-features
enable new release features (body)
2 parents 3563ff2 + b502be1 commit f29a6f0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/Release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
run: ls -la
9797

9898
- name: Publish Release
99-
run: awesome-ci release publish -releaseid "$ACI_RELEASE_ID" -assets "file=out/$ARTIFACT1,file=out/$ARTIFACT2"
99+
run: awesome-ci release publish -releaseid "$ACI_RELEASE_ID" -assets "file=out/$ARTIFACT1,file=out/$ARTIFACT2" -body "release-template.md"
100100
env:
101101
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
102102
ACI_RELEASE_ID: ${{ needs.generate_infos.outputs.releaseid }}

docs/commands/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@ You can find out more about the subcommands by clicking on the relevant one in t
4141

4242
Now available: Any string or any markdown file can now be attached in the release section. In addition, the release assets are attached as text to each release body with the associated sha256. More about that in the picture below and in the release section.
4343

44-
![Release Body with Asstes](/pictures/release-assets-readme.png "Release Body with Asstes")
44+
![Release Body with Asstes](../pictures/release-assets-readme.png "Release Body with Asstes")

docs/commands/release.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,6 @@ eg.: `-assets "file=path/to/file,file=path/to/second/file"`
5555

5656
Send a custom release description. the input can be either a string or a path to a file.
5757

58-
![Release Body with Asstes](/pictures/release-assets-readme.png "Release Body with Asstes")
58+
![Release Body with Asstes](../pictures/release-assets-readme.png "Release Body with Asstes")
5959

6060
... more documentation to be done ;)

0 commit comments

Comments
 (0)