docs/maintainers/handbook.md aktualisiert #278
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "lambdabundesverband-patch-1"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Thats how I until now understood process of adding an env var. Thought it might help other's who are new. I am very open to suggestions, other best practices, corrected typos...
💖
@ -127,0 +135,4 @@
# ... other existing envs
```
With `${REQUIRE_AUTH_FOR_PROFILE_REQUESTS:-false}` you set a default value (`false`), ensuring not to break existing deployments.
I think the only missing point here is that you know sometimes you are breaking stuff. In that case, you can let the rest know they need to take action with a release note. I think that would be a good addition to add somewhere.
thanks, added this advice.
Checkout
From your project repository, check out a new branch and test the changes.