-
Notifications
You must be signed in to change notification settings - Fork 111
build: merge v6.269.0 back to develop #8897
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
build: release v6.269.0
eliotlim
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! 👍
I think the changelog diffs highlight one minor drawback of a non-linear git history
- commit hashes are different because the history is different
- and different commits are released at different times.
|
|
||
| - build: release v6.268.0 [`#8875`](https://github.com/opengovsg/FormSG/pull/8875) | ||
| - fix: changes from feat/add-hotfix-script [`d845902`](https://github.com/opengovsg/FormSG/commit/d845902902e162314761c0c0c266360a93616c35) | ||
| - chore: bump version to v6.268.1 [`6817482`](https://github.com/opengovsg/FormSG/commit/6817482b353f63137759f33d399db5fd061efb3d) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is the actual hotfix which we wanted to introduce!
| - build(deps): bump next from 15.3.4 to 15.5.2 in /react-email-preview [`#8660`](https://github.com/opengovsg/FormSG/pull/8660) | ||
| - fix(deps): bump next from 15.3.4 to 15.5.2 [`#8661`](https://github.com/opengovsg/FormSG/pull/8661) | ||
| - build(deps-dev): bump vite from 5.4.19 to 5.4.20 in /frontend [`#8686`](https://github.com/opengovsg/FormSG/pull/8686) | ||
| - fix: home number fields are added to the draft despite not being modified [`#8704`](https://github.com/opengovsg/FormSG/pull/8704) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this change was deployed to production on 16th Sept, but only merged into develop on 17th Sept.
| - build: merge release v6.240.0 to develop [`#8695`](https://github.com/opengovsg/FormSG/pull/8695) | ||
| - build: release v6.240.0 [`#8693`](https://github.com/opengovsg/FormSG/pull/8693) | ||
| - chore: bump version to v6.241.0 [`8572128`](https://github.com/opengovsg/FormSG/commit/8572128021278843f40d95dd30722a2f81370e5d) | ||
| - chore: bump version to v6.241.0 [`13345f3`](https://github.com/opengovsg/FormSG/commit/13345f3eabe3c954d90b8ec10ca4e15c6b709b68) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
one downside of a non-linear git history: commit hashes are different on different branches
No description provided.