Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

towncrier for the changelog #13882

Draft
wants to merge 8 commits into
base: main
Choose a base branch
from
Draft
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
summaries
  • Loading branch information
altendky committed Nov 9, 2022
commit ae9a4902e7a4f68d5d5c8c8432e341bef3689b9a
8 changes: 8 additions & 0 deletions .github/workflows/upload-pypi-source.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,10 +109,18 @@ jobs:

- uses: chia-network/actions/activate-venv@main

- name: Create single version changlog summary
run: |
towncrier build --yes --draft >> $GITHUB_STEP_SUMMARY

- name: Build changelog
run: |
towncrier build --yes

- name: Create complete changelog summary
run: |
cat CHANGELOG.md >> $GITHUB_STEP_SUMMARY

- name: Publish changelog artifact
uses: actions/upload-artifact@v3
with:
Expand Down