You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -91,7 +91,7 @@ The pre-release process is as follows:
91
91
- Review, test and merge any open [Dependency Pull Requests](https://github.com/FusionAuth/fusionauth-android-sdk/pulls).
92
92
- Update the version in the `library/build.gradle.kts` file with a pre-release version according to the [Semantic Versioning](https://semver.org/) guidelines.
93
93
- Commit the changes with the commit message `chore(release): <pre-release-version> 🎉`.
94
-
- Create a new tag `v<pre-release-version>`.
94
+
- Create a new tag `<pre-release-version>`.
95
95
- Make sure all Workflows where successful in [Actions](https://github.com/FusionAuth/fusionauth-android-sdk/actions).
96
96
97
97
The `pre-release.yml` workflow will automatically create a GitHub release, build the library, and add the artifact to GitHub.
@@ -103,7 +103,7 @@ The release process is as follows:
103
103
- Update the release version in the `library/build.gradle.kts` file, derived from the pre-release version according to the [Semantic Versioning](https://semver.org/) guidelines.
104
104
- Update the [SECURITY.md](SECURITY.md) version information with the latest `Supported Versions` according to the current specification E2E test workflows.
105
105
- Commit the changes with the commit message `chore(release): <version> 🎉`.
106
-
- Create a new tag `v<version>`.
106
+
- Create a new tag `<version>`.
107
107
- Push the changes and the tag to the repository.
108
108
109
109
The `release.yml` workflow will automatically create a GitHub release, build the library, and publish it to Maven Central.
@@ -118,7 +118,7 @@ After the release is published, update the version in the [FusionAuth Android Qu
118
118
- (Optional) If the FusionAuth configuration changed, update the according `docker-compose.yml`, `.env` and `kickstart/` files in the quickstart repository.
119
119
- (Optional) Compare the gradlew version `./gradlew -v` with the version used in the SDK and copy or update if necessary.
120
120
- Commit the changes with the commit message `chore(release): <version> 🎉`.
0 commit comments