Skip to content

sharmarohit-sys/sc-local-sdk-flutter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

305 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flutter Gateway SDK

Deployment

To deploy a new version of the package:

  1. Create a release branch

    git checkout -b release/{scg | loans}/M.m.p
  2. Make changes Update the package code as needed for the release.

  3. Make the chore(prod) commit with the correct version Update the version in pubspec.yaml and commit:

    git add pubspec.yaml
    
    git commit -m "chore(prod): scg:M.m.p"
    # OR
    git commit -m "chore(prod): loans:M.m.p"
  4. Create a tag and push Create a tag matching the pubspec version with the appropriate prefix:

    git tag scg-M.m.p
    # OR
    git tag scloans-M.m.p
    
    git push origin <tag-name>
  5. Run the publish workflow Go to GitHub Actions and manually trigger the "🚀 Publish" workflow on the created tag. The workflow will not work on branches - it must be run on a tag.

About

Smallcase gateway sdk in Flutter framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Dart 44.8%
  • Swift 18.8%
  • Kotlin 13.1%
  • C++ 10.6%
  • CMake 8.7%
  • Ruby 2.2%
  • Other 1.8%