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

fix: dev release process #992

Open
wants to merge 5 commits into
base: dev
Choose a base branch
from
Open

Conversation

project-defiant
Copy link
Contributor

@project-defiant project-defiant commented Feb 12, 2025

✨ Context

This PR performs maintnance over the github actions after last release (v2.1.0)

🛠 What does this PR implement

  • Simplification over the actions usage (skip the name to the step parameter if the action name is descriptive enough)
  • Adds possibility to tag with vX.Y.Z-dev.V version triggered only from the dev branch and manual workflow
  • Removes the github app token, as we no need it - the release action is run from the main branch, does not have to be triggered by the another workflow
  • PyPI deployment now requires TestPyPI to deploy successfully
  • new python versions allowed to bump the version of python-semantic-release, this include:
  • Documentation update on how the development process should loook like.

🙈 Missing

🚦 Before submitting

  • Do these changes cover one single feature (one change at a time)?
  • Did you read the contributor guideline?
  • Did you make sure to update the documentation with your changes?
  • Did you make sure there is no commented out code in this PR?
  • Did you follow conventional commits standards in PR title and commit messages?
  • Did you make sure the branch is up-to-date with the dev branch?
  • Did you write any new necessary tests?
  • Did you make sure the changes pass local tests (make test)?
  • Did you make sure the changes pass pre-commit rules (e.g uv run pre-commit run --all-files)?

@project-defiant project-defiant changed the title Fix dev release process fix: dev release process Feb 12, 2025
@project-defiant project-defiant marked this pull request as ready for review February 12, 2025 13:54
@github-actions github-actions bot added bug Something isn't working documentation Improvements or additions to documentation size-M and removed size-S labels Feb 12, 2025
@project-defiant project-defiant removed the bug Something isn't working label Feb 12, 2025
@github-actions github-actions bot added the bug Something isn't working label Feb 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working documentation Improvements or additions to documentation size-M
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant