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

Automatically bump version to match firebase-tools releases. #203

Merged
merged 20 commits into from
Dec 8, 2023
Merged

Automatically bump version to match firebase-tools releases. #203

merged 20 commits into from
Dec 8, 2023

Conversation

luc122c
Copy link
Contributor

@luc122c luc122c commented Nov 13, 2023

This works towards #201.

This initial action runs on a cron schedule (0 0 * * * - every day). It checks the firebase-action and firebase-tools versions and does a semver compare. If our version is less than the theirs, it moves onto the second step.

The second step replaces the version numbers in the files, and pushes a new tag.

I still need to get the push working, and to get it to trigger a new release.

In the future, it would be better to have this run from a webhook or similar, rather than running on the cron.

@luc122c luc122c marked this pull request as ready for review November 29, 2023 16:12
@luc122c
Copy link
Contributor Author

luc122c commented Nov 29, 2023

@w9jds This seems to be working! :) Please could you take a look?

@w9jds w9jds merged commit e5f906e into w9jds:master Dec 8, 2023
2 checks passed
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