Commit 309529d
committed
fix(release): tolerate a missing trailing = in the pending changelog marker
This repo's own readme.txt entries (e.g. 3.6.0, 3.5.3) are consistently
committed without a closing =, unlike pro/addons' readme.txt convention.
The marker regex required one, so a real pending entry written in this
repo's own actual style would fail the workflow outright.1 parent 975a10f commit 309529d
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| |||
0 commit comments