Skip to content

Commit

Permalink
prdoc: Require bump field (#5073)
Browse files Browse the repository at this point in the history
Require to specify a `bump` for every modified crate.

---------

Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
  • Loading branch information
ggwpez authored Jul 19, 2024
1 parent f8f70b3 commit b01ef04
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions prdoc/pr_3286.prdoc
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@ doc:

crates:
- name: pallet-assets
bump: patch
3 changes: 2 additions & 1 deletion prdoc/schema_user.json
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,8 @@
}
},
"required": [
"name"
"name",
"bump"
]
},
"migration_db": {
Expand Down

0 comments on commit b01ef04

Please sign in to comment.