wordpress-mobile / wordpress-mobile/release-toolkit
Consistency for Git operations
Nobody has claimed this yet.
- Dominant language
- Ruby
- Stars
- 31
- Forks
- 10
- Avg merge
- 5h 45m
- Merged PRs (30d)
- 2
Description
In release-toolkit, we use a mix of Action.sh('git'), `git [etc]` and Fastlane actions such as push_to_git_remote to perform Git operations.
We should look into standardizing these Git operations. A suggestion is to try and use the Git gem instead (see https://github.com/wordpress-mobile/release-toolkit/pull/570#discussion_r1680034244).
Contributor guide
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 examining Git operations in release-toolkit that use Action.sh('git'), shell backticks, and Fastlane actions such as push_to_git_remote. Read the suggestion in pull request 570's discussion, then identify the operations that need one consistent approach and verify that release automation still performs them correctly.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- git, ruby
- Domain
- release, tooling
- Issue type
- Refactor
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100