reactive-python / reactive-python/reactpy
Synchronize ReactPy version within all repositories
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 8.1k
- Forks
- 332
- PR merge metrics
- No merged PRs in 30d
Description
Current Situation
Currently, we don't have an automated way to keep ReactPy version in our other repos up-to-date. This results in the repositories outside core to be perpetually out of date unless manually updated.
Proposed Actions
Create a CI workflow that runs daily. It will need to check in with what the latest ReactPy version is on PyPI, and will submit a PR to bump the ReactPy version when needed.
A unique workflow will need to be generated for each repository.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by identifying the repositories outside core and reviewing their existing CI workflows, then check how each declares its ReactPy dependency. Verify the design against the latest ReactPy release on PyPI and confirm that a daily run opens a version-bump PR only when needed in every repository.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- github-actions, python
- Domain
- ci-cd, devops, release
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100