Skip to content

Commit 1b07d9f

Browse files
committed
Update release.md [cd build]
Signed-off-by: Arthit Suriyawongkul <arthit@gmail.com>
1 parent d30229a commit 1b07d9f

File tree

3 files changed

+24
-10
lines changed

3 files changed

+24
-10
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
2-
SPDX-FileCopyrightText: 2024 PyThaiNLP Project
3-
SPDX-License-Identifier: Apache-2.0
2+
SPDX-FileCopyrightText: 2025 PyThaiNLP Project
3+
SPDX-FileType: DOCUMENTATION
4+
SPDX-License-Identifier: CC0-1.0
45
---
56

67
# Changelog

CONTRIBUTING.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
---
2+
SPDX-FileCopyrightText: 2025 PyThaiNLP Project
3+
SPDX-FileType: DOCUMENTATION
4+
SPDX-License-Identifier: CC0-1.0
5+
---
6+
17
# Contributing to PyThaiNLP
28

39
Hi! Thanks for your interest in contributing to [PyThaiNLP](https://github.com/PyThaiNLP/pythainlp).

release.md

Lines changed: 15 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,16 @@
1+
---
2+
SPDX-FileCopyrightText: 2025 PyThaiNLP Project
3+
SPDX-FileType: DOCUMENTATION
4+
SPDX-License-Identifier: CC0-1.0
5+
---
6+
17
# How to cut a new release
28

39
0. Check if the package can be built properly.
410
Include "[cd build]" in the commit message to trigger wheel building.
5-
1. This project follows [semantic versioning][semver].
11+
1. Update `CHANGELOG.md` with a short summary of important changes since
12+
the previous release. For example, deprecation or termination of support.
13+
2. This project follows [semantic versioning][semver].
614
Ensure the version and release date fields (if any) in these files
715
have been updated to the version of the new planned release:
816
- `codemeta.json`
@@ -13,17 +21,16 @@
1321
- `CITATION.cff`
1422
- `README.md`
1523
- `README.TH.md`
16-
2. Navigate to the [releases page][releases] and click the
24+
3. Navigate to the [releases page][releases] and click the
1725
"Draft a new release" button.
1826
Only project maintainers are able to perform this step.
19-
3. Then enter the new tag in the "Choose a tag" box.
27+
4. Then enter the new tag in the "Choose a tag" box.
2028
The tag should begin with "v", as in, for instance, `v5.0.1`.
21-
4. The release title should be the same as the new version tag.
29+
5. The release title should be the same as the new version tag.
2230
For instance, the title could be `v5.0.1`.
23-
5. Add a short summary of important changes in this release.
24-
For example, deprecation or termination of support.
25-
This should be similar to what have been logged in `CHANGELOG.md`.
26-
6. Then click the "Generate release notes" button.
31+
6. Add a short summary of important changes in this release.
32+
_This should be similar to what have been logged in `CHANGELOG.md`._
33+
Then click the "Generate release notes" button.
2734
7. You can optionally include any particular thank-you's to contributors or
2835
reviewers in a note at the bottom of the release.
2936
8. You can then click "Publish release" button.

0 commit comments

Comments
 (0)