Skip to content

Commit

Permalink
Update RELEASE and README
Browse files Browse the repository at this point in the history
  • Loading branch information
MrAsterisco committed Dec 11, 2023
1 parent 8a45ea5 commit 7090333
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ As of version 4.0.0, CocoaPods is no longer supported. No new updates will be re
To find out the latest version, look at the Releases tab of this repository.

## Get Started
To get started with RxFireAuth, you can download the example project or dive right into the [documentation](https://mrasterisco.github.io/RxFireAuth/).
To get started with RxFireAuth, you can download the example project or dive right into the [documentation](https://mrasterisco.github.io/RxFireAuth/documentation/rxfireauth).

### Example Project
This library includes a sample project that shows how to implement all the functions of the library on both iOS and macOS.
Expand Down
2 changes: 1 addition & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ To release a new version of RxFireAuth, follow these steps:
- If you made any change that affects the documentation, run the following command in a Terminal in the RxFireAuth root folder:

```bash
swift package --allow-writing-to-directory docs generate-documentation --target RxFireAuth --disable-indexing --transform-for-static-hosting --hosting-base-path https://mrasterisco.github.io/RxFireAuth/ --output-path docs
swift package --allow-writing-to-directory docs generate-documentation --target RxFireAuth --disable-indexing --transform-for-static-hosting --hosting-base-path RxFireAuth --output-path docs
```

- Commit all your changes, push them and finish the `hotfix` or `release` branch using a git-flow compatible client. Some clients let you tag a release/hotfix immediately: make sure to follow the naming convention when creating your tag (i.e. `v1.5.0`).
Expand Down

0 comments on commit 7090333

Please sign in to comment.