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

chore(version): Add workflow_dispatch #60 #64

Merged
merged 5 commits into from Sep 12, 2021
Merged

chore(version): Add workflow_dispatch #60 #64

merged 5 commits into from Sep 12, 2021

Conversation

imAsparky
Copy link
Owner

No description provided.

* Semantic Version updates were not working when a user merged an update
  into the main branch.
* The cause was a misunderstanding with the selected sem-ver package and
  its capabilities.
* Python-semantic-release has been implemented, with a config file and
  the relekang/python-semantic-release@master GitHub action.
* The setup.py, setup.cfg and sphinx conf.py files now use the
  __version__ style recommended by python-semantic-release.
* requirements_dev.txt now includes python-semantic-release for local
  checks using --noop.
* Automatic-Changelog workflows updates match semantic_release.yaml
  config files.

WIP #60
setup.cfg has a typo in version_variable =
setup.py:version, docs/source/conf.py:version
, docs should be ,docs

WIP #60
python-semantic-release was failing due to check_build_status = true.
False is the default setting.

WIP #60
Manually running Semantic Release workflow was not possible.

WIP #60
@imAsparky imAsparky added the chore A chore to be done label Sep 12, 2021
@imAsparky imAsparky self-assigned this Sep 12, 2021
@imAsparky imAsparky added this to In progress in Modify the original fork to suit my needs via automation Sep 12, 2021
@imAsparky imAsparky enabled auto-merge (squash) September 12, 2021 05:52
@imAsparky imAsparky merged commit 1df725e into main Sep 12, 2021
@imAsparky imAsparky deleted the issue-60 branch September 12, 2021 05:54
Modify the original fork to suit my needs automation moved this from In progress to Done Sep 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore A chore to be done
Development

Successfully merging this pull request may close these issues.

None yet

1 participant