Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions tools/spectral/ipa/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
### Changelog

All notable changes to this project will be documented in this file. Dates are displayed in UTC.

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
12 changes: 8 additions & 4 deletions tools/spectral/ipa/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mongodb-js/ipa-validation-ruleset",
"version": "0.0.1-dev1",
"version": "0.0.1",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"version": "0.0.1",
"version": "0.0.1-dev1",

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Im just testing this bump is temp

"description": "Custom validation rules for MongoDB API Standards (IPA).",
"keywords": [
"mongodb",
Expand Down Expand Up @@ -36,8 +36,12 @@
},
"auto-changelog" : {
"package" : true,
"commitPattern" : "[a-z]+(ipa): ",
"startingVersion" : "0.1.0",
"hideEmptyReleases" : true
"commitPattern": "[a-z]+\\(ipa\\):",
"startingVersion" : "0.0.1",
"hideCredit": true,
"tagPattern": "none",
"hideEmptyReleases" : true,
"contributors": false,
"changeCount": 0
}
}
Loading