Skip to content

Commit 9f9fe30

Browse files
committed
chore: update semantic-release config, husky config, and documentation
1 parent 7a7cad9 commit 9f9fe30

File tree

3 files changed

+6
-17
lines changed

3 files changed

+6
-17
lines changed

.husky/pre-commit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
npm format
1+
npm run format

.releaserc

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,4 @@
11
{
2-
"branches": [
3-
"main",
4-
{
5-
"name": "next",
6-
"prerelease": true
7-
},
8-
{
9-
"name": "beta",
10-
"prerelease": true
11-
},
12-
{
13-
"name": "alpha",
14-
"prerelease": true
15-
}
16-
],
172
"plugins": [
183
"@semantic-release/commit-analyzer",
194
"@semantic-release/release-notes-generator",

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,9 +150,13 @@ For more detailed examples, please refer to the [examples](./examples/) folder i
150150
- **Strict Mode**: Data must pass all validation checks to be ingested. If any objects are rejected, the registration is aborted.
151151
- **Relaxed Mode**: Invalid objects are logged, but the library will ignore parsing errors and attempt to load the dataset anyway. Use with caution, as this may cause unexpected downstream usage errors.
152152

153+
## Compatibility Matrix
154+
155+
Our [COMPATIBILITY.md](./docs/COMPATIBILITY.md) document tracks the compatibility between versions of the ATT&CK Data Model (ADM) TypeScript API (`@mitre-attack/attack-data-model`) and versions of the MITRE ATT&CK® dataset (`mitre-attack/attack-stix-data`).
156+
153157
## Contributing
154158

155-
We welcome contributions! Please see our [CONTRIBUTING.md](CONTRIBUTING.md) file for details on how to contribute to this project.
159+
We welcome contributions! Please see our [CONTRIBUTING.md](./docs/CONTRIBUTING.md) file for details on how to contribute to this project.
156160

157161
## License
158162

0 commit comments

Comments
 (0)