Skip to content

Commit

Permalink
Merge pull request #47 from nrabinowitz/patch-release
Browse files Browse the repository at this point in the history
Preparing for release 3.0.5
  • Loading branch information
nrabinowitz authored Apr 27, 2018
2 parents 4287f73 + 285a332 commit 674d41c
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,12 @@ The public API of this library consists of the functions declared in file
[h3api.h](./src/h3lib/include/h3api.h).

## [Unreleased]

## [3.0.5] - 2018-04-27
### Fixed
- Fixed duplicate vertex in h3ToGeoBoundary for certain class III hexagons (#46)
### Added
- Release guide

## [3.0.4] - 2018-04-16
### Added
Expand Down
8 changes: 8 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Release Process

1. Create a PR "Preparing for release X.Y.Z" against master branch
* Alter CHANGELOG.md from `[Unreleased]` to `<X.Y.Z> (YYYY-MM-DD)`

2. Create a release "Release X.Y.Z" on Github
* Create Tag `vX.Y.Z`
* Copy CHANGELOG.md into the release notes
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.0.4
3.0.5

0 comments on commit 674d41c

Please sign in to comment.