Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: Fix release notes of pre-releases #550

Merged
merged 2 commits into from
Aug 30, 2024
Merged

Conversation

YDX-2147483647
Copy link
Collaborator

@YDX-2147483647 YDX-2147483647 commented Aug 28, 2024

之前 https://github.com/BITNP/BIThesis/releases/tag/v3.7.10-alpha-1 的内容是 v3.7.9,对不上。现在针对 pre-releases 从--latest改用--unreleased

$ git cliff --help
…
  -l, --latest          Processes the commits starting from the latest tag
      --current         Processes the commits that belong to the current tag
  -u, --unreleased      Processes the commits that do not belong to a tag
…

参考了 https://github.com/search?q=orhun%2Fgit-cliff-action+path%3A.github%2Fworkflows%2F+language%3AYAML+repo%3Aratatui%2Fratatui&type=code&s=indexed&o=desc ,他们release-alpha.yml采用--unreleasedrelease-stable.yml采用--latest

@YDX-2147483647
Copy link
Collaborator Author

这个没有办法提前测试,建议和 #549 一起合并,然后实际发一个版本测试。

@YDX-2147483647 YDX-2147483647 added this pull request to the merge queue Aug 30, 2024
Merged via the queue into BITNP:main with commit 25055b3 Aug 30, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants