Merge release into main, get all latest changes, get GitHub actions updated for final round of debugging/testing.#102
Merged
StephanieKemna merged 8 commits intomainfrom Jun 25, 2025
Merged
Conversation
… the right permissions are in place to do the PR
Bump version: 1.0.2 → 1.0.3
…E with new recommended steps
There was a problem hiding this comment.
Pull Request Overview
This PR merges the latest release branch into main, bumps the project version to 1.0.3, refines GitHub Actions for tagging and releases, and updates documentation to reflect the new release flow.
- Bumped version from 1.0.2 to 1.0.3 in project files
- Enhanced actions: idempotent tag creation, extracted a reusable GitHub Release workflow, and added necessary permissions
- Updated README with step-by-step “New releases” instructions
Reviewed Changes
Copilot reviewed 7 out of 7 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| pyproject.toml | Updated project version and disabled automatic tag/commit flags |
| docs/source/conf.py | Updated Sphinx release version to 1.0.3 |
| README.md | Added a detailed “New releases” section |
| CHANGELOG.md | Changed “Unreleased” heading to “[1.0.3]” |
| .github/workflows/push_to_release.yml | Added tag-existence check and adjusted tag commands |
| .github/workflows/bump-my-version.yml | Added job-level permissions for contents and pull-requests writes |
| .github/workflows/_create_github_release.yml | Introduced a reusable workflow for release creation |
Comments suppressed due to low confidence (1)
CHANGELOG.md:6
- Per Keep a Changelog conventions, consider adding a new “## Unreleased” section above the released version heading to document upcoming changes.
## [1.0.3]
13 tasks
Jorgelmh
approved these changes
Jun 25, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Resolves #90 and #92
New version is already updated and published (see PyPi @ https://pypi.org/project/mlfmu/).
The only thing that failed was the creation of a new release on GitHub. Created a new script now to split that out from the rest to be able to run it separately (and debug if needed).
How Has This Been Tested?
Ran the steps as now also recommended in README
Developer Checklist (before requesting PR review)
I have:
Reviewer checklist
I have: