Skip to content

Conversation

@StephanieKemna
Copy link
Collaborator

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)

  • My code follows the style guidelines of this project
  • My changes generate no new warnings
  • Any dependent changes have been merged and published in downstream modules

I have:

  • commented my code, particularly in hard-to-understand areas
  • performed a self-review of my own code
  • not committed unnecessary formatting changes, thereby occluding the actual changes (e.g. change of tab spacing, eol, etc.)
  • made corresponding changes to the documentation
  • added change to CHANGELOG.md
  • added tests that prove my fix is effective or that my feature works (for core features)

Reviewer checklist

I have:

  • performed a review of the code
  • tested that the software still works as expected
  • checked updates to documentation
  • checked that the CHANGELOG is updated

Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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]

@StephanieKemna StephanieKemna mentioned this pull request Jun 25, 2025
13 tasks
@StephanieKemna StephanieKemna merged commit 2338618 into main Jun 25, 2025
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add bump-my-version

3 participants