You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/RELEASE.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -133,6 +133,8 @@ Consult these sections as needed for step 5 in the above list.
133
133
* Release [ATT&CK content version X.Y](https://github.com/mitre/cti/releases/tag/ATT%26CK-vX.Y).
134
134
See the release notes [here](https://attack.mitre.org/resources/updates/updates-<month>-<year>/).
135
135
```
136
+
* Update the `layer_version` and `navigator_version` in `modules/site_config.py` if navigator version or navigator layer version has been updated.<br>
137
+
Check the layer specification version [here](https://github.com/mitre-attack/attack-navigator/blob/master/layers/spec/v4.5/layerformat.md) and the navigator version [here](https://github.com/mitre-attack/attack-navigator/blob/master/CHANGELOG.md).
136
138
137
139
### Minor release
138
140
@@ -150,3 +152,5 @@ Consult these sections as needed for step 5 in the above list.
150
152
* Release ATT&CK content version X.Y.
151
153
See detailed changes [here](https://github.com/mitre/cti/releases/tag/ATT%26CK-vX.Y).
152
154
```
155
+
* Update the `layer_version` and `navigator_version`in`modules/site_config.py`if navigator version or navigator layer version has been updated.<br>
156
+
Check the layer specification version [here](https://github.com/mitre-attack/attack-navigator/blob/master/layers/spec/v4.5/layerformat.md) and the navigator version [here](https://github.com/mitre-attack/attack-navigator/blob/master/CHANGELOG.md).
0 commit comments