Skip to content

feat: Add GitHub actions#61

Merged
hanjano merged 7 commits intomasterfrom
feat/github-actions-2
Sep 30, 2022
Merged

feat: Add GitHub actions#61
hanjano merged 7 commits intomasterfrom
feat/github-actions-2

Conversation

@hanjano
Copy link
Copy Markdown
Contributor

@hanjano hanjano commented Sep 29, 2022

  • python-semantic-release releases version that is not commited in the repo yet
  • to circumvent this, it's required to commit version update + delete and add version tag
  • the build & release process of python-semantic-release is not needed
  • and all this package basically does is find previous tag + increment based on feat/fix/refactor in the commit after the tag, which likely could be replaced with 4 lines of bash script
  • also I guess I'd prefer version to be updated as part of squash + merge from feature branch [pre-merge action / hook?]

Note: After merging, version will update to 0.2.0 and release will be attempted (but is disabled), after requires token to be configured and enabled

@hanjano hanjano force-pushed the feat/github-actions-2 branch from 410c978 to f43dc8b Compare September 29, 2022 20:16
@hanjano hanjano changed the title Add GitHub actions feat: Add GitHub actions Sep 30, 2022
@hanjano hanjano merged commit 2581d8b into master Sep 30, 2022
@hanjano hanjano deleted the feat/github-actions-2 branch September 30, 2022 11:21
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