3 Star 6 Fork 1

Gitee 极速下载/syslog-ng

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/syslog-ng/syslog-ng
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README

How to create a newsfile entry

  1. Create a file in the news/ directory called <type>-<pr-id>.md, where <type> is either:
    • feature: New functionality.
    • bugfix: Fix to a reported bug.
    • packaging: Packaging related change.
    • developer-note: Changes, that are only interesting to developers. (internal API change, etc...)
    • other: Other important, but not categorized change. You can query the next PR ID with the next_pr_id.py script, but it could be a good practice to add the commit, containing the news entry, after you have opened your PR, as you will know your PR ID then. Multiple news entries can be created for a single PR, if necessary. The file name is numbered in that case: <type>-<pr-id>-<n>.md.
  2. Fill it with the summary of the PR.
    • You can use any markdown formatting.
    • Please make sure, that there are no lines longer than 120 characters.
    • Make it 2-3 sentences at most.
    • Start the entry with the affected modules then a colon. For example: "network-dest: Added..."
  3. Commit it with the message: news: <type>-<pr-id>, for example: "news: bugfix-1234"

How to create the NEWS.md file for the release

  1. Run news/create-newsfile.py (python3 required)
  2. Fill the Highlights section in the newly created NEWS.md file.

Note, the script uses the VERSION file, so it is necessary bump the version there, before running the script.

马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors/syslog-ng.git
git@gitee.com:mirrors/syslog-ng.git
mirrors
syslog-ng
syslog-ng
master

搜索帮助