Skip to content

Tags: TwoRingSoft/tools

Tags

6.2.0

Toggle 6.2.0's commit message
6.2.0

# Added

- An option `--also-push-to-trunk` for `release-podspec` when its invoked to push to a private podspec repo, to also push it to trunk.
s invoked to push to a private podspec repo, to also push it to trunk.

6.1.0

Toggle 6.1.0's commit message
6.1.0

# Added

- A semantic tag for nessages in commits that bump version numbers with `bumpr`.

6.0.0

Toggle 6.0.0's commit message
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

Toggle 5.0.0's commit message
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.7.0

Toggle 4.7.0's commit message
4.7.0

# Added

- `--no-commit` option in `migrate-changelog`.

4.6.0

Toggle 4.6.0's commit message
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.)

4.5.1

Toggle 4.5.1's commit message
4.5.1

# Fixed

- `--custom` flags value was not properly marshalled.
s value was not properly marshalled.

4.5.0

Toggle 4.5.0's commit message
4.5.0

# Added

- `--custom` flag to pass through to invocations of `vrsn`.

4.4.2

Toggle 4.4.2's commit message
4.4.2

# Fixed

- Revert change introduced in 4.4.1.

4.4.1

Toggle 4.4.1's commit message
4.4.1

# Fixed

- Use the same value in a prerelease podspec version as will be used to form the git tag.