Skip to content

Commit

Permalink
[ci skip] Apply automatic changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyler-Keith-Thompson authored and actions-user committed Jan 5, 2022
1 parent 47a39e7 commit 83f7fa8
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 26 deletions.
74 changes: 49 additions & 25 deletions .github/fastlane/README.md
@@ -1,64 +1,88 @@
fastlane documentation
================
----

# Installation

Make sure you have the latest version of the Xcode command line tools installed:

```
```sh
xcode-select --install
```

Install _fastlane_ using
```
[sudo] gem install fastlane -NV
```
or alternatively using `brew install fastlane`
For _fastlane_ installation instructions, see [Installing _fastlane_](https://docs.fastlane.tools/#installing-fastlane)

# Available Actions

## iOS

### ios unit_test

```sh
[bundle exec] fastlane ios unit_test
```
fastlane ios unit_test
```



### ios build_swiftpm

```sh
[bundle exec] fastlane ios build_swiftpm
```
fastlane ios build_swiftpm
```



### ios cocoapods_liblint

```sh
[bundle exec] fastlane ios cocoapods_liblint
```
fastlane ios cocoapods_liblint
```



### ios lint

```sh
[bundle exec] fastlane ios lint
```
fastlane ios lint
```



### ios lintfix
```
fastlane ios lintfix

```sh
[bundle exec] fastlane ios lintfix
```



### ios patch

```sh
[bundle exec] fastlane ios patch
```
fastlane ios patch
```

Release a new version with a patch bump_type

### ios minor

```sh
[bundle exec] fastlane ios minor
```
fastlane ios minor
```

Release a new version with a minor bump_type

### ios major

```sh
[bundle exec] fastlane ios major
```
fastlane ios major
```

Release a new version with a major bump_type

----

This README.md is auto-generated and will be re-generated every time [_fastlane_](https://fastlane.tools) is run.
More information about fastlane can be found on [fastlane.tools](https://fastlane.tools).
The documentation of fastlane can be found on [docs.fastlane.tools](https://docs.fastlane.tools).

More information about _fastlane_ can be found on [fastlane.tools](https://fastlane.tools).

The documentation of _fastlane_ can be found on [docs.fastlane.tools](https://docs.fastlane.tools).
2 changes: 1 addition & 1 deletion SwiftCurrent.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'SwiftCurrent'
s.version = '4.5.10'
s.version = '4.5.11'
s.summary = 'A library for complex workflows in Swift'
s.description = <<-DESC
SwiftCurrent is a library that lets you easily manage journeys through your Swift application.
Expand Down

0 comments on commit 83f7fa8

Please sign in to comment.