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

Update configure.ac to reflect release 2024.01 #287

Merged
merged 1 commit into from
May 9, 2024

Conversation

ceblanton
Copy link
Contributor

No description provided.

@ceblanton ceblanton requested a review from rem1776 May 9, 2024 18:45
@ceblanton
Copy link
Contributor Author

@rem1776 I tagged 2024.01 but forgot to update configure.ac so will need to re-tag it.

Also, can this updating of configure.ac be automated somehow? I'm doomed to forgot this each time.. Thanks!

@rem1776
Copy link
Contributor

rem1776 commented May 9, 2024

@rem1776 I tagged 2024.01 but forgot to update configure.ac so will need to re-tag it.

Also, can this updating of configure.ac be automated somehow? I'm doomed to forgot this each time.. Thanks!

We could definitely have an action make a pull request with the version change, the main problem would be deciding how/what would trigger it.

If it was triggered by creating a tag then it wouldn't be included in that tag(unless it was retagged, which would trigger it again). We might be able to get around that though by using pattern matching with the tag name (like when we tag initially we append something to what should be the tag name).

The other option is doing what github calls a "workflow_dispatch", which would allow you to run the action manually and give it a tag name.

@rem1776 rem1776 merged commit b78bc20 into master May 9, 2024
8 checks passed
@underwoo underwoo deleted the update-automake-release-version branch October 10, 2024 22:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants