Tags: TwoRingSoft/tools
Tags
6.0.0 # Changed - Renamed `sync-git` to `sync-git-remotes` and removed its username/password options as that auth method is no longer supported by the GitHub API and username is not required for token authentication. # Fixed - A few errant renames of `sync-forks` to `sync-git` in old CHANGELOG entries here to preserve history.
5.0.0
# Changed
- Improved the functionality of `sync-git` and renamed it to `sync-git`:
- syncs all repos, not just forks
- now it nests forks in subdirectories under `_Forks/` based on the original owners name, so if I fork octocat/Hello-World, octocat/Repo2 and someone/elses_repo, Id have:
```
root_dir/
├–– _Forks/
│ ├── octocat/
│ │ ├── Hello-world/
│ │ └── Repo2
│ └── someone/
│ └── elses_repo/
├–– myRepo1/
├–– myRepo2/
...
```
- rewritten using the officially supported [octokit](https://github.com/octokit/octokit.rb) ruby gem.
d have:
```
root_dir/
├–– _Forks/
│ ├── octocat/
│ │ ├── Hello-world/
│ │ └── Repo2
│ └── someone/
│ └── elses_repo/
├–– myRepo1/
├–– myRepo2/
...
```
- rewritten using the officially supported [octokit](https://github.com/octokit/octokit.rb) ruby gem.
4.6.0 # Added - `--quick` flag for `prerelease-podspec` and `--skip-import-validation` flag for `release-podspec` to pass through to `pod spec lint` and `pod trunk push`/`pod repo push`, respectively. # Fixed - The `-e` switch in `release-podspec` is now properly defined. (Was `--e` previously.)
PreviousNext