# demo-appflow-auto-increment **Repository Path**: mirrors_ionic-team/demo-appflow-auto-increment ## Basic Information - **Project Name**: demo-appflow-auto-increment - **Description**: App demonstrating how to auto-increment the build number for native builds in Appflow using Trapeze - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-10-24 - **Last Updated**: 2026-07-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Demo App: Auto-Increment Build Number for Native Builds in Appflow using Trapeze This app demonstrates how Trapeze can be used to auto-increment the build number for native builds in Appflow as described in [Ionic's cookbook](https://ionic.io/docs/appflow/cookbook/auto-incrementing-build-numbers). ## Prerequisites To test this app, you will need to have an Appflow account with the ability to run native builds. Refer to our [pricing page](https://ionic.io/pricing) for additional details. ## Steps 1) Clone this repo 2) Run ionic link to associate this project to a new app within your Appflow dashboard. 3) Commit and push changes 4) Open the Appflow dashboard to confirm that latest commit was detected 5) Run a native build 6) Open the build logs and check for the new build number under the build_pro_app build step during the execution of the appflow:build script. ![Incremented build number in logs](/assets/images/Incremented-build-number-in-logs.png)