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

Action to Automatically Create Release #7

Open
LiamMahoney opened this issue Mar 4, 2023 · 0 comments
Open

Action to Automatically Create Release #7

LiamMahoney opened this issue Mar 4, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@LiamMahoney
Copy link
Owner

Need to create a GitHub action that will automatically create a release when a new version is released.

Should either be triggered on PR being merged or a push into the default branch.

Release details:

  • should use the description / body of the PR as the release description
  • create tag - probably using this wrong, I need to look into it more
  • use python version as release + tag name
  • upload distribution archive files

Thought this would be easier than it appears to be. Might need to become familiar with javascript actions so I can use the GitHub API within the action.

@LiamMahoney LiamMahoney added the enhancement New feature or request label Mar 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant