3.2.0 • Published 2 years ago

expo-releaser v3.2.0

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

Expo Releaser

A simple cli to update your expo configurations for a new release

Usage

expo-releaser -r 1.3.2

The command will save changes to your expo configuration files like so:

app.config.js

{
-    version: "1.3.1",
+    version: "1.3.2",
     ios: {
-        buildNumber: "14",
+        buildNumber: "15",
     },
     android: {
-        versionCode: 12,
+        versionCode: 13,
     }
}

eas.json

{
  "build": {
     "staging": {
-      "releaseChannel": "staging-1.3.1",
+      "releaseChannel": "staging-1.3.2",
     },
     "production": {
-      "releaseChannel": "production-1.3.1",
+      "releaseChannel": "production-1.3.2",
     }
  }
}

package.json

{
   "name": "my-app",
-  "version": "1.3.1",
+  "version": "1.3.2",
}

Unversioned release channels

If you want your release channels to simply be staging instead of staging-1.3.1 or production instead of production-1.3.1 you should pass the -i flag to ignore release channels in your updates

Review the changes. If they look good then commit and begin your deployment workflow.

License

expo-releaser is Copyright © 2022 GorillaBot Labs, LLC. It is free software, and may be redistributed under the terms specified in the LICENSE file.

About GorillaBot Labs

GorillaBot Labs

expo-releaser is maintained and funded by GorillaBot Labs, LLC.

We help bold entrepreneurs solve big problems with software. Hire us to design, develop, and grow your product.

3.2.0

2 years ago

3.1.0

3 years ago

3.0.0

3 years ago

2.0.0

3 years ago

1.0.0

3 years ago