mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 10:56:27 -04:00
Commit b7f05445c0
has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
18 lines
1 KiB
Text
18 lines
1 KiB
Text
Reno is a release notes manager designed with high throughput in mind,
|
|
supporting fast distributed development teams without introducing additional
|
|
development processes. The goal is to encourage detailed and accurate release
|
|
notes for every release.
|
|
|
|
Reno uses git to store its data, along side the code being described. This means
|
|
release notes can be written when the code changes are fresh, so no details are
|
|
forgotten. It also means that release notes can go through the same review
|
|
process used for managing code and other documentation changes.
|
|
|
|
Reno stores each release note in a separate file to enable a large number of
|
|
developers to work on multiple patches simultaneously, all targeting the same
|
|
branch, without worrying about merge conflicts. This cuts down on the need to
|
|
rebase or otherwise manually resolve conflicts, and keeps a development team
|
|
moving quickly.
|
|
|
|
Reno also supports multiple branches, allowing release notes to be back-ported
|
|
from master to maintenance branches together with the code for bug fixes.
|