Commit 3bff880
committed
chore: size scenario changesets as patch, not minor
The changeset from #133 was a minor, so the pending release PR proposed 0.5.0.
That number is reserved for OCPP 2.0.1 in both ROADMAP.md and CURRENT_STATE.md,
and spending it on one new scenario would push the 2.0.1 work to 0.6.0 and break
the milestone-to-version mapping the project has held since v0.1.
Retags the pending changeset to patch, so the release recomputes to 0.4.3.
Adds the convention to the "Adding a Scenario" section, which did not mention
changesets at all. A new scenario does add a public export, but scenarios are
test corpus rather than consumer API surface: nothing is built against an
individual scenario constant, and the registry is consumed as a whole through
scenarios and getScenario(). #133 was asked for a minor during review, and
#137, #138 and #139 are queued behind it.
Closes #1421 parent 9e1a294 commit 3bff880
2 files changed
Lines changed: 9 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
238 | 238 | | |
239 | 239 | | |
240 | 240 | | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
241 | 249 | | |
242 | 250 | | |
243 | 251 | | |
| |||
0 commit comments