Skip to content

futuredapp/.github

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

470 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Futured GitHub configuration

Release Release validation Tests

Reusable workflows and actions for iOS, Android, and KMP projects. For detailed documentation, see the autogenerated docs.

Creating a new release

  1. Bump all internal action refs to the new version:
    .github/scripts/bump-action-refs.sh 2.3.0
  2. Commit and tag:
    git add -A
    git commit -m "Bump action refs to 2.3.0"
    git tag 2.3.0
    git push origin main --tags

The validate-release-tag workflow runs on every tag push and fails if any futuredapp/.github refs don't match the tag version.

Contributors

All contributions are welcome!

Current maintainer is Jakub Marek, jakub.marek@futured.app and Matej Semančík, matej.semancik@futured.app.

License

Content of this repository is available under the MIT license. See the LICENSE file for more information.

Packages

 
 
 

Contributors