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
-**Microsoft standards**: Follow Microsoft style guide and development practices
15
15
-**Document changes**: Always document changes in the [changelog](../docs-mslearn/toolkit/changelog.md)
16
-
-**Every change must have a changelog entry**- no exceptions for bug fixes, features, or improvements
16
+
-**Every change must have a changelog entry**unless the PR body contains `[x] ❎ Log not needed` and the PR does NOT change any meaningful externally-facing functionality; no exceptions for external bug fixes, features, or improvements
17
17
-**Document in the next release section**, not the last release:
18
18
- Check the current version in [package.json](../package.json) (e.g., if version is "12.0.0", document changes under v13)
19
19
- Remove `-dev` from the version number when determining the next release
20
20
- Create the next version section if it doesn't exist yet
21
21
- Changelog entries must be under the correct tool and version (e.g., FinOps hubs v13)
22
22
- For releases, include download and changelog links at the end of each release section using the format:
0 commit comments