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 1
1
set (PACKAGE osm2pgsql)
2
2
set (PACKAGE_NAME osm2pgsql)
3
- set (PACKAGE_VERSION 1.3 .0)
3
+ set (PACKAGE_VERSION 1.4 .0)
4
4
5
- cmake_minimum_required (VERSION 2.8.7 )
5
+ cmake_minimum_required (VERSION 2.8.12 )
6
6
7
7
project (osm2pgsql)
8
8
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
116
116
drops you into a shell after a failed test where you can still access the
117
117
database created by ` pg_virtualenv ` .
118
118
119
- ### Performance Testing
119
+ ### Performance testing
120
120
121
121
If performance testing with a full planet import is required, indicate what
122
122
needs testing in a pull request.
@@ -135,9 +135,13 @@ the report.
135
135
## Releasing a new version
136
136
137
137
* 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 ` .
139
139
* 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.
141
145
142
146
## Maintainers
143
147
You can’t perform that action at this time.
0 commit comments