You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should find a way to make it easy for everyone to know what changes they can expect (and test in pre). Some sort of change-log document maybe? When someone sets something as "ready to test" he/she could write on it what issue has been fixed and then when the code is deployed, someone responsible would edit the document so it reflects the date of the deployment and thus the last change that has been published.
This is more like a hand-made solution but I can't come up with anything else.
The text was updated successfully, but these errors were encountered:
I would imply that we need to review the issues included in a release before deploying it and move them forward if they haven't been deployed. What do you thing @atrandafir ?
I think this is not really a "changelog", at least not alone, this should be related to deployments.
I'm thinking of the following:
I go to a deployment tool, select environment, pre or prod, and click deploy
Now this tool looks at the repository/branch and makes a list of all the new commits since last deployment to that environment and another list of the issues mentioned in those commits
Somewhere this historical data is saved and we can later check it at any time
I think that should be what would provide us enough information so we know what happend and on what environment.
We should find a way to make it easy for everyone to know what changes they can expect (and test in pre). Some sort of change-log document maybe? When someone sets something as "ready to test" he/she could write on it what issue has been fixed and then when the code is deployed, someone responsible would edit the document so it reflects the date of the deployment and thus the last change that has been published.
This is more like a hand-made solution but I can't come up with anything else.
The text was updated successfully, but these errors were encountered: