Skip to content

Commit

Permalink
prepare release 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lonvia committed Dec 7, 2020
1 parent 6772205 commit a65ab49
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
set(PACKAGE osm2pgsql)
set(PACKAGE_NAME osm2pgsql)
set(PACKAGE_VERSION 1.3.0)
set(PACKAGE_VERSION 1.4.0)

cmake_minimum_required(VERSION 2.8.7)
cmake_minimum_required(VERSION 2.8.12)

project(osm2pgsql)

Expand Down
10 changes: 7 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ This will often be used together with the `-s` option of `pg_virtualenv` which
drops you into a shell after a failed test where you can still access the
database created by `pg_virtualenv`.

### Performance Testing
### Performance testing

If performance testing with a full planet import is required, indicate what
needs testing in a pull request.
Expand All @@ -135,9 +135,13 @@ the report.
## Releasing a new version

* Decide on a new version. (See [semantic versioning](https://semver.org/).)
* Update version in [CMakeLists.txt](CMakeLists.txt), look for `PACKAGE_VERSION`
* Update version in [CMakeLists.txt](CMakeLists.txt), look for `PACKAGE_VERSION`.
* Build man page (`make man`) and copy it to `docs/osm2pgsql.1`.
* ...
* Tag release with release notes in commit message and upload the tag to Github.
* Fill out release notes on Github.
* Copy Windows binaries and source tarball to osm2pgsql.org.
* Add release info to osm2pgsql.org.
* Publish release notes as News article on osm2pgsql.org.

## Maintainers

Expand Down

0 comments on commit a65ab49

Please sign in to comment.