Skip to content

Commit

Permalink
Merge pull request #2770 from NickBurkhartBB/fastlane_changelog
Browse files Browse the repository at this point in the history
chore(fastlane): bump version and generate changelog
  • Loading branch information
NickBurkhartBB authored Nov 7, 2024
2 parents f26b470 + 43eea76 commit f58040d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions packages/plugin-fastlane/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @brandingbrand/code-plugin-fastlane

## 3.1.0

### Minor Changes

- Add Lanes for Firebase App Distributation Support based on build config
New Lanes:
- increment_build_appcenter - increment build version based on last App Center version
- increment_build_firebase - increment build version based on last Firebase version
- distribute (iOS) - build and upload to App Center and/or Firebase
- distribute_package (Android) - build and upload APK to App Center and/or Firebase
- distribute_bundle (Android) - build and upload AAB to App Center and/or Firebase

## 3.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-fastlane/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@brandingbrand/code-plugin-fastlane",
"version": "3.0.1",
"version": "3.1.0",
"description": "plugin for Flagship Code for fastlane and app center builds",
"license": "MIT",
"main": "src/index.ts",
Expand Down

0 comments on commit f58040d

Please sign in to comment.