Commit 87163ba
committed
fix(ci): pin whatsmeow-lib SHA from dev repo in sync-releases
The sync workflow was re-cloning whatsmeow main on every sync, which
meant the SHA fixed on develop (and cited in CHANGELOG) was not
propagated to evolution-go / evolution-go-beta. This broke release
reproducibility: a public build of vX.Y.Z could differ from the
equivalent dev snapshot whenever whatsmeow main moved.
Capture the dev-side submodule SHA before touching the target repo,
then run submodule add + checkout that exact commit in the target.
Addresses checklist item #5 of tools/docs/RELEASE_PROCESS.md
(whatsmeow-lib está no commit correto).1 parent 9d37fb7 commit 87163ba
1 file changed
Lines changed: 7 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
| 115 | + | |
| 116 | + | |
115 | 117 | | |
116 | 118 | | |
117 | 119 | | |
118 | | - | |
119 | | - | |
120 | | - | |
121 | | - | |
122 | | - | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
123 | 125 | | |
124 | 126 | | |
125 | 127 | | |
| |||
0 commit comments