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
Changelogs for these products should at least mention:
110
110
111
111
- New features (e.g., a new tab on the home page, a new setting, etc.)
112
112
- Changes to the UI, particularly those that may interrupt a standard workflow (moving a button or dropdown to another screen, reworking part of a screen, etc.)
113
113
- Fixes for bugs, security issues, etc.
114
114
115
-
### CLIs
115
+
####CLIs
116
116
117
117
Changelogs for command-line tools should at least mention:
118
118
119
119
- New commands, options, or workflows
120
120
- Changes to existing commands, options, or workflows
121
121
- Fixes for bugs, security issues, etc
122
122
123
-
### HTTP APIs
123
+
####HTTP APIs
124
124
125
125
Changelogs for APIs accessible via HTTP should at least mention:
126
126
@@ -130,7 +130,7 @@ Changelogs for APIs accessible via HTTP should at least mention:
130
130
- Removed endpoints/routes
131
131
- Fixes for bugs, security issues, etc.
132
132
133
-
### Libraries
133
+
####Libraries
134
134
135
135
Changelogs for libraries should at least mention:
136
136
@@ -140,7 +140,7 @@ Changelogs for libraries should at least mention:
140
140
- Removed exports or symbols in existing exports
141
141
- Fixes for bugs, security issues, etc.
142
142
143
-
### GitHub actions/workflows
143
+
####GitHub actions/workflows
144
144
145
145
Yes, public actions and workflows should have changelogs too! They should at least mention:
146
146
@@ -149,7 +149,7 @@ Yes, public actions and workflows should have changelogs too! They should at lea
149
149
- Removed options
150
150
- Fixes for bugs, security issues, etc.
151
151
152
-
## Adding a changelog
152
+
###Adding a changelog
153
153
154
154
If you want to add a changelog to a new or existing repo:
0 commit comments