File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 11{
2- "name" : " stac-extensions " ,
3- "version" : " 1.0 .0" ,
2+ "name" : " stac-mlm " ,
3+ "version" : " 1.3 .0" ,
44 "scripts" : {
55 "test" : " npm run check-markdown && npm run check-examples" ,
66 "check-markdown" : " remark . -f -r .github/remark.yaml -i .remarkignore" ,
Original file line number Diff line number Diff line change @@ -191,6 +191,11 @@ filename = "CITATION.cff"
191191search = " https://stac-extensions.github.io/mlm/v{current_version}/schema.json"
192192replace = " https://stac-extensions.github.io/mlm/v{new_version}/schema.json"
193193
194+ [[tool .bumpversion .files ]]
195+ filename = " package.json"
196+ search = " \" version\" : \" {current_version}\" "
197+ replace = " \" version\" : \" {new_version}\" "
198+
194199[tool .ruff ]
195200exclude = [
196201 " .git" ,
You can’t perform that action at this time.
0 commit comments