mirror of
https://bitbucket.org/smil3y/katana.git
synced 2025-02-23 18:32:47 +00:00
release.sh: add doxygen.conf to the bump note
This commit is contained in:
parent
1ae0c70e20
commit
67adc2b4fd
1 changed files with 2 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
|||
|
||||
# NOTE: bump version in following files before release:
|
||||
#
|
||||
# - doxygen.conf
|
||||
# - kdelibs/README
|
||||
# - kdelibs/cmake/modules/FindKDE4Internal.cmake
|
||||
# - kdelibs/cmake/modules/KDE4Defaults.cmake
|
||||
|
@ -11,6 +12,7 @@ set -e
|
|||
version="$1"
|
||||
packs=("ariya-icons" "kdelibs" "kde-baseapps" "kde-workspace" "kde-extraapps" "kde-l10n" "kde-docs")
|
||||
cwd="$(pwd)"
|
||||
|
||||
if [ -z "$version" ];then
|
||||
echo "Pass a version to release"
|
||||
exit 1
|
||||
|
|
Loading…
Add table
Reference in a new issue