Przeglądaj źródła

Rename NEWS.md to CHANGELOG.md

Unrud 4 lat temu
rodzic
commit
59e4f2d594
4 zmienionych plików z 3 dodań i 3 usunięć
  1. 0 0
      CHANGELOG.md
  2. 1 1
      DOCUMENTATION.md
  3. 1 1
      MANIFEST.in
  4. 1 1
      setup.py

+ 0 - 0
NEWS.md → CHANGELOG.md


+ 1 - 1
DOCUMENTATION.md

@@ -36,7 +36,7 @@ Want more? Check the [tutorials](#tutorials) and the
 #### What's New?
 
 Read the
-[changelog on GitHub.](https://github.com/Kozea/Radicale/blob/master/NEWS.md)
+[changelog on GitHub.](https://github.com/Kozea/Radicale/blob/master/CHANGELOG.md)
 
 ## Tutorials
 

+ 1 - 1
MANIFEST.in

@@ -1,3 +1,3 @@
-include COPYING DOCUMENTATION.md NEWS.md README.md
+include CHANGELOG.md COPYING DOCUMENTATION.md README.md
 include config rights
 include radicale.wsgi

+ 1 - 1
setup.py

@@ -41,7 +41,7 @@ import sys
 
 from setuptools import find_packages, setup
 
-# When the version is updated, a new section in the NEWS.md file must be
+# When the version is updated, a new section in the CHANGELOG.md file must be
 # added too.
 VERSION = "master"
 WEB_FILES = ["web/internal_data/css/icon.png",