mirror of
https://github.com/pezkuwichain/pwap.git
synced 2026-04-22 02:07:55 +00:00
feat(mobile): Add semantic versioning with standard-version
- Add standard-version for automated version bumping - Create .versionrc with custom configuration for app.json - Add version-updater.cjs script for Expo version syncing - Add version bump scripts (release, release:patch, release:minor, release:major) - Initialize CHANGELOG.md with v1.0.0 release notes - Add iOS buildNumber and Android versionCode for app store releases - Update .gitignore to allow CHANGELOG.md This establishes proper engineering practices for version management.
This commit is contained in:
@@ -141,12 +141,16 @@ vite.config.ts.timestamp-*
|
||||
# Local analysis and documentation
|
||||
*.md
|
||||
!README.md
|
||||
!CHANGELOG.md
|
||||
!mobile/CHANGELOG.md
|
||||
COMMISSION_SYSTEM_SUMMARY -
|
||||
Copy.md:Zone.Identifier
|
||||
|
||||
# Local analysis and documentation
|
||||
*.md
|
||||
!README.md
|
||||
!CHANGELOG.md
|
||||
!mobile/CHANGELOG.md
|
||||
COMMISSION_SYSTEM_SUMMARY - Copy.md:Zone.Identifier
|
||||
|
||||
# APK files (too large for GitHub)
|
||||
|
||||
Reference in New Issue
Block a user