Skip to content

Commit

Permalink
try to generate a changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
erikng committed Aug 19, 2021
1 parent a40c521 commit 24219a7
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/build_nudge_prerelease_manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,12 @@ jobs:
run: |
echo "NUDGE_VERSION=$(/bin/cat ./build_info.txt)" >> $GITHUB_ENV
- name: Generate changelog
id: changelog
uses: metcalfc/changelog-generator@e5306b306fa2e34f05258789e0e5c526c1bd4352 # v1.0.0
with:
myToken: ${{ secrets.GITHUB_TOKEN }}

- name: Create Pre-Release
id: create_pre_release
uses: actions/create-release@v1
Expand All @@ -54,7 +60,10 @@ jobs:
## About the LaunchAgent
This is a basic launch agent that opens Nudge twice an hour, every 30 minutes.
If you would like to reduce the amount of times Nudge launches per day, it is recommended to create your own LaunchAgent.
draft: false
# Changes
${{ steps.changelog.outputs.changelog }}
draft: true
prerelease: true

- name: Upload Signed Package Pre-Release Asset
Expand Down

0 comments on commit 24219a7

Please sign in to comment.