Skip to content

Commit

Permalink
chore: Add usame-algan to CLA, add release-procedure.md
Browse files Browse the repository at this point in the history
  • Loading branch information
usame-algan committed Jan 25, 2024
1 parent ff31b8c commit d9f05e4
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cla.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
# branch should not be protected
branch: 'main'
# user names of users allowed to contribute without CLA
allowlist: rmeissner,germartinez,Uxio0,dasanra,francovenica,luarx,DaniSomoza,yagopv,JagoFigueroa,jmealy,bot*
allowlist: rmeissner,germartinez,Uxio0,dasanra,francovenica,luarx,DaniSomoza,yagopv,JagoFigueroa,jmealy,usame-algan,bot*

# the followings are the optional inputs - If the optional inputs are not given, then default values will be taken
# enter the remote organization name where the signatures should be stored (Default is storing the signatures in the same repository)
Expand Down
12 changes: 12 additions & 0 deletions docs/release-procedure.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Releasing to production

The code is being actively developed on the `development` branch. Pull requests are made against this branch.
Everything merged into this branch should be automatically deployed to:
https://safe-apps.dev.5afe.dev

Once we are ready with what we have on `development` we recommend a code freeze just in case someone else merges a new feature.

* Create a PR to merge `development` into `main`
* Once the changes are on `main`, an action will create a new branch `main-bump-versions` creating the changelogs that will need to be merged to `main` AND `development`
* After that an action has to be manually run on the `main` branch ([Action](https://github.com/safe-global/safe-react-apps/actions/workflows/deployment.yml))
* Only when run on `main` it will upload the bundles to the DevOps system and have the deployment ready

0 comments on commit d9f05e4

Please sign in to comment.