tudat-team / tudatpy-feedstock

A conda-smithy repository for tudatpy.
https://tudat-team.github.io/tudatpy/
BSD 3-Clause "New" or "Revised" License
4 stars 3 forks source link

Add .bumpversion.cfg to support automated bumping of the version in meta.yml #19

Closed niketagrawal closed 2 weeks ago

niketagrawal commented 1 month ago

tudatpy GitHub repository will execute the below bump version command to tudatpy-feedstock nightly when there are new commits received on the develop branch in the last 24 hours.

bump2version dev --config-file .bumpversion.cfg --verbose

This command will bump the version and git_rev in recipe/meta.yml in develop branch of tudatpy-feedstock, create a tag, and push the tag to tudatpy-feedstock.

niketagrawal commented 1 month ago

Changes in branch https://github.com/tudat-team/tudatpy-feedstock/tree/19-add-bumpversion-cfg

niketagrawal commented 2 weeks ago

Closing as changes merged in pull request https://github.com/tudat-team/tudatpy-feedstock/pull/20