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

Increment beta version number on PR #540

Closed
Mark2000 opened this issue Dec 13, 2023 · 0 comments · Fixed by #541
Closed

Increment beta version number on PR #540

Mark2000 opened this issue Dec 13, 2023 · 0 comments · Fixed by #541
Assignees
Labels
ci Continuous integration

Comments

@Mark2000
Copy link
Contributor

Describe your use case
Our RL repo, https://github.com/AVSLab/bsk_rl/, would like to be able to check for a specific develop version of Basilisk. The best approach would be to increment the beta version number (e.g. 2.2.1b4->2.2.1b5) each time a PR is merged into develop.

Describe alternatives solutions you've considered
Considered checking for git hashes in my repo, but there is not a clean way to do that through python and would require looking through the whole git tree to see if the required version is somewhere in the current branch. Version numbers seem more robust and easier to access.

Additional context
I put together a proof of context here: https://github.com/Mark2000/bump_test

@Mark2000 Mark2000 linked a pull request Jan 22, 2024 that will close this issue
@Mark2000 Mark2000 moved this to 🏗 In progress in Basilisk Jan 22, 2024
@Mark2000 Mark2000 moved this from 🏗 In progress to 👀 In review in Basilisk Jan 22, 2024
@Mark2000 Mark2000 self-assigned this Jan 22, 2024
@Mark2000 Mark2000 added the ci Continuous integration label Jan 22, 2024
@Mark2000 Mark2000 pinned this issue Jan 22, 2024
@Mark2000 Mark2000 unpinned this issue Jan 22, 2024
@github-project-automation github-project-automation bot moved this from 👀 In review to ✅ Done in Basilisk Jan 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci Continuous integration
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant