Skip to content

Conversation

@token419
Copy link
Contributor

@token419 token419 commented May 5, 2024

No description provided.

- name: Build the application with PyInstaller
run: |
PyInstaller nparse_py.spec
# Prepair assets for packaging
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"Prepare"... unless this is a pun about "pairing the exe with the assets" :P

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hah good catch, updated :)

- name: Release
uses: softprops/action-gh-release@v2
with:
generate_release_notes: True # This auto generates release notes. (See Syntax: https://docs.github.com/en/repositories/releasing-projects-on-github/automatically-generated-release-notes)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Neat! Is there an example of what the source for this looks like?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I found relevant info at: https://docs.github.com/en/repositories/releasing-projects-on-github/automatically-generated-release-notes

The release.yml file is like a template sort of for the release notes from what I could gather. I tried to setup a defaultish template based on the tags that were currently setup/being used in the issues.

I believe the behavior should be the same behavior as if you edit a previous release, and in the notes, hit the auto generate release notes button thingy I believe, not positive though.

On my test branch it simply added a changelog dif between the versions, but I also didn't have any PR's or anything in the test branch I used to create it.

We should definitely look into customizing the release.yml more for sure.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants