File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -248,7 +248,7 @@ Notes for maintainers:
248
248
2 . Merge PR once CI passes, pull master locally.
249
249
3 . ` make clean `
250
250
4 . ` make -j16 form `
251
- 5 . ` for f in stm32f0 stm32f1 stm32f2 stm32f3 stm32f4 stm32f7 stm32h7 stm32l0 stm32l1 stm32l4 stm32l5 stm32g0 stm32g4 stm32mp1 stm32u0 stm32u5 stm32wl stm32wb; cd $f; pwd; cargo publish --allow-dirty --no-default-features ; cd ..; end `
251
+ 5 . ` for f in stm32c0 stm32f0 stm32f1 stm32f2 stm32f3 stm32f4 stm32f7 stm32h5 stm32h7 stm32l0 stm32l1 stm32l4 st m32l5 stm32g0 stm32g4 stm32mp1 stm32n6 stm32u0 stm32u5 stm32wl stm32wb; cd $f; pwd; cargo publish --allow-dirty --no-default-feature s ; cd ..; end `
252
252
6 . ` git tag -a vX.X.X -m vX.X.X `
253
253
7 . ` git push vX.X.X `
254
254
You can’t perform that action at this time.
0 commit comments