File tree Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 11set (PACKAGE osm2pgsql)
22set (PACKAGE_NAME osm2pgsql)
3- set (PACKAGE_VERSION 1.3 .0)
3+ set (PACKAGE_VERSION 1.4 .0)
44
5- cmake_minimum_required (VERSION 2.8.7 )
5+ cmake_minimum_required (VERSION 2.8.12 )
66
77project (osm2pgsql)
88
Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ This will often be used together with the `-s` option of `pg_virtualenv` which
116116drops you into a shell after a failed test where you can still access the
117117database created by ` pg_virtualenv ` .
118118
119- ### Performance Testing
119+ ### Performance testing
120120
121121If performance testing with a full planet import is required, indicate what
122122needs testing in a pull request.
@@ -135,9 +135,13 @@ the report.
135135## Releasing a new version
136136
137137* Decide on a new version. (See [ semantic versioning] ( https://semver.org/ ) .)
138- * Update version in [ CMakeLists.txt] ( CMakeLists.txt ) , look for ` PACKAGE_VERSION `
138+ * Update version in [ CMakeLists.txt] ( CMakeLists.txt ) , look for ` PACKAGE_VERSION ` .
139139* Build man page (` make man ` ) and copy it to ` docs/osm2pgsql.1 ` .
140- * ...
140+ * Tag release with release notes in commit message and upload the tag to Github.
141+ * Fill out release notes on Github.
142+ * Copy Windows binaries and source tarball to osm2pgsql.org.
143+ * Add release info to osm2pgsql.org.
144+ * Publish release notes as News article on osm2pgsql.org.
141145
142146## Maintainers
143147
You can’t perform that action at this time.
0 commit comments