Bump version to 2.3.1 for development of next release
This commit is contained in:
parent
7eb1a0c57b
commit
4a9121eec9
5 changed files with 14 additions and 8 deletions
|
@ -39,11 +39,11 @@
|
||||||
"provides" : {
|
"provides" : {
|
||||||
"Stow" : {
|
"Stow" : {
|
||||||
"file" : "lib/Stow.pm",
|
"file" : "lib/Stow.pm",
|
||||||
"version" : "v2.3.0"
|
"version" : "v2.3.1"
|
||||||
},
|
},
|
||||||
"Stow::Util" : {
|
"Stow::Util" : {
|
||||||
"file" : "lib/Stow/Util.pm",
|
"file" : "lib/Stow/Util.pm",
|
||||||
"version" : "v2.3.0"
|
"version" : "v2.3.1"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"release_status" : "stable",
|
"release_status" : "stable",
|
||||||
|
@ -57,6 +57,6 @@
|
||||||
"url" : "git://git.savannah.gnu.org/stow.git"
|
"url" : "git://git.savannah.gnu.org/stow.git"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"version" : "v2.3.0",
|
"version" : "v2.3.1",
|
||||||
"x_serialization_backend" : "JSON::PP version 4.00"
|
"x_serialization_backend" : "JSON::PP version 4.00"
|
||||||
}
|
}
|
||||||
|
|
6
META.yml
6
META.yml
|
@ -18,10 +18,10 @@ name: Stow
|
||||||
provides:
|
provides:
|
||||||
Stow:
|
Stow:
|
||||||
file: lib/Stow.pm
|
file: lib/Stow.pm
|
||||||
version: v2.3.0
|
version: v2.3.1
|
||||||
Stow::Util:
|
Stow::Util:
|
||||||
file: lib/Stow/Util.pm
|
file: lib/Stow/Util.pm
|
||||||
version: v2.3.0
|
version: v2.3.1
|
||||||
requires:
|
requires:
|
||||||
Carp: '0'
|
Carp: '0'
|
||||||
Clone: '0'
|
Clone: '0'
|
||||||
|
@ -32,5 +32,5 @@ resources:
|
||||||
homepage: https://savannah.gnu.org/projects/stow
|
homepage: https://savannah.gnu.org/projects/stow
|
||||||
license: http://www.gnu.org/licenses/gpl-2.0.html
|
license: http://www.gnu.org/licenses/gpl-2.0.html
|
||||||
repository: git://git.savannah.gnu.org/stow.git
|
repository: git://git.savannah.gnu.org/stow.git
|
||||||
version: v2.3.0
|
version: v2.3.1
|
||||||
x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
|
x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
|
||||||
|
|
2
NEWS
2
NEWS
|
@ -1,5 +1,7 @@
|
||||||
News file for Stow.
|
News file for Stow.
|
||||||
|
|
||||||
|
* Changes in version 2.3.1
|
||||||
|
|
||||||
* Changes in version 2.3.0
|
* Changes in version 2.3.0
|
||||||
|
|
||||||
*** New features / changes in behaviour
|
*** New features / changes in behaviour
|
||||||
|
|
|
@ -15,7 +15,7 @@ dnl along with this program. If not, see https://www.gnu.org/licenses/.
|
||||||
|
|
||||||
dnl Process this file with Autoconf to produce configure dnl
|
dnl Process this file with Autoconf to produce configure dnl
|
||||||
|
|
||||||
AC_INIT([stow], [2.3.0], [bug-stow@gnu.org])
|
AC_INIT([stow], [2.3.1], [bug-stow@gnu.org])
|
||||||
AC_PREREQ([2.61])
|
AC_PREREQ([2.61])
|
||||||
AC_CONFIG_AUX_DIR([automake])
|
AC_CONFIG_AUX_DIR([automake])
|
||||||
# Unfortunately we have to disable warnings for overrides, because we
|
# Unfortunately we have to disable warnings for overrides, because we
|
||||||
|
|
|
@ -140,10 +140,14 @@ Release procedure
|
||||||
|
|
||||||
- Increment the patchlevel of the version number in configure.ac.
|
- Increment the patchlevel of the version number in configure.ac.
|
||||||
|
|
||||||
|
- Run this again:
|
||||||
|
|
||||||
|
version=$( tools/get-version ) && echo $version
|
||||||
|
|
||||||
- Repeat the same procedure listed in the Module::Build section
|
- Repeat the same procedure listed in the Module::Build section
|
||||||
above, in order to update META.yaml and META.json.
|
above, in order to update META.yaml and META.json.
|
||||||
|
|
||||||
- git commit -m "Bump version to X.Y.Z for development of next release"
|
- git commit -m "Bump version to $version for development of next release"
|
||||||
|
|
||||||
- git push savannah
|
- git push savannah
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue