Skip to content

Commit

Permalink
Renamed changelog.md to CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
echel0n committed Apr 19, 2020
1 parent 71816be commit 5eefd09
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ runscripts
node_modules
dist
manifests
changelog.md
CHANGELOG.md
readme.md
README.txt
crowdin.yaml
Expand Down
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
include README.txt
include COPYING.txt
include changelog.md
include CHANGELOG.md
include requirements.txt
recursive-include sickrage *
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Automatic Video Library Manager for TV Shows. It watches for new episodes of you
- [FAQ](https://git.sickrage.ca/SiCKRAGE/sickrage/wikis/Frequently-Asked-Questions)
- [Wiki](https://git.sickrage.ca/SiCKRAGE/sickrage/wikis/home)
- [Supported providers](https://git.sickrage.ca/SiCKRAGE/sickrage/wikis/SickRage-Search-Providers)
- [Changes](https://git.sickrage.ca/SiCKRAGE/sickrage/raw/master/changelog.md)
- [Changes](https://git.sickrage.ca/SiCKRAGE/sickrage/raw/master/CHANGELOG.md)

#### Important
Before using this with your existing database sickrage.db please make a backup copy of it and delete any other database files such as cache.db and failed.db if present, We HIGHLY recommend starting out with no database files at all to make this a fresh start but the choice is at your own risk
2 changes: 1 addition & 1 deletion sickrage/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
LOCALE_DIR = os.path.join(PROG_DIR, 'locale')
LIBS_DIR = os.path.join(PROG_DIR, 'libs')
VERSION_FILE = os.path.join(PROG_DIR, 'version.txt')
CHANGELOG_FILE = os.path.join(MAIN_DIR, 'changelog.md')
CHANGELOG_FILE = os.path.join(MAIN_DIR, 'CHANGELOG.md')
REQS_FILE = os.path.join(MAIN_DIR, 'requirements.txt')


Expand Down

0 comments on commit 5eefd09

Please sign in to comment.