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: changelog/README.md
+3-4Lines changed: 3 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,8 +14,7 @@
14
14
See the License for the specific language governing permissions and
15
15
limitations under the License.
16
16
-->
17
-
# New changelog process
17
+
# Apache Solr Changelog
18
18
19
-
We are in the process of migrating to a new way of managing our changelog. Please see [dev-docs/changelog.adoc](../dev-docs/changelog.adoc) for details.
20
-
21
-
In a transition period it is still possible to merge your changelog entry to `solr/CHANGES.txt`, but then you can only use the new process.
19
+
This is the home of the Solr changelog, in logchange format.
20
+
Please see [dev-docs/changelog.adoc](../dev-docs/changelog.adoc) for details.
Copy file name to clipboardExpand all lines: dev-docs/changelog.adoc
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,13 +30,14 @@ solr/
30
30
└── changelog/
31
31
├── unreleased/ ← new fragments live here
32
32
| └── SOLR-12345-fix-memory-leak.yml
33
-
├── v10.0.0/ ← changes in already released version
34
-
└── v10.0.1/
33
+
├── v9.8.0/ ← changes in already released versions
34
+
├── v9.8.0/
35
+
└── v9.9.0/
35
36
----
36
37
37
38
== 3. The YAML format
38
39
39
-
Below is an example of a changelog yaml fragment. The full yaml format is xref:https://logchange.dev/tools/logchange/reference/#tasks[documented here], but we normally only need `title`, `type`, `authors` and `links`:
40
+
Below is an example of a changelog yaml fragment. The full yaml format is xref:https://logchange.dev/tools/logchange/reference/#tasks[documented here], but we normally only need `title`, `type`, `authors` and `links`. For a change without a JIRA, you can add the PR number in `issues`:
0 commit comments