docs/maintainers/handbook.md aktualisiert #278

Open
lambdabundesverband wants to merge 2 commits from lambdabundesverband-patch-1 into main

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...

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...
lambdabundesverband added 1 commit 2025-06-04 16:41:00 +00:00
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...
decentral1se reviewed 2025-06-05 07:58:05 +00:00
decentral1se left a comment
Owner

💖

💖
@ -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.
Owner

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.

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](https://docs.coopcloud.tech/maintainers/handbook/#how-do-i-write-version-release-notes). I think that would be a good addition to add somewhere.
decentral1se marked this conversation as resolved
lambdabundesverband added 1 commit 2025-06-05 09:13:51 +00:00
Author
Member

thanks, added this advice.

thanks, added this advice.
This pull request can be merged automatically.
This branch is out-of-date with the base branch
You are not authorized to merge this pull request.

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin lambdabundesverband-patch-1:lambdabundesverband-patch-1
git checkout lambdabundesverband-patch-1
Sign in to join this conversation.
No Reviewers
No Label
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: toolshed/docs.coopcloud.tech#278
No description provided.