Skip to content

Commit

Permalink
more contributor doc
Browse files Browse the repository at this point in the history
  • Loading branch information
jgravois committed Aug 2, 2022
1 parent 762903f commit d3ae7d8
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,13 @@ All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [2.1.2]
### Fixed
* intersects for multipolygons

* `@terraformer/spatial`
* fix `intersects` for multipolygons
* start exporting `applyConverter`
## [2.1.1] - 2022-05-31

### Fixed
Expand Down Expand Up @@ -43,6 +47,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).

* All packages are now standalone.

[2.1.2]: https://github.com/terraformer-js/terraformer/compare/v2.1.1...v2.1.2
[2.1.1]: https://github.com/terraformer-js/terraformer/compare/v2.1.0...v2.1.1
[2.1.0]: https://github.com/terraformer-js/terraformer/compare/v2.0.7...v2.1.0
[2.0.7]: https://github.com/terraformer-js/terraformer/compare/v2.0.5...v2.0.7
[2.0.5]: https://github.com/terraformer-js/terraformer/compare/v2.0.0...v2.0.5
Expand Down
12 changes: 11 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1 +1,11 @@
Esri welcomes contributions from anyone and everyone. Please see our [guidelines for contributing](https://github.com/esri/contributing).
Esri welcomes contributions from anyone and everyone. Please see our [guidelines for contributing](https://github.com/esri/contributing).

## Publishing a release

1. Update CHANGELOG.md manually
1. `npm test` to ensure all is well
1. `npm run doc` shouldn't result in any changed files
1. `npm run release`

under the hood, this will call `lerna publish`. you'll get a chance to specify `patch | minor | major` and only the packages that have changed since last time will be published.

0 comments on commit d3ae7d8

Please sign in to comment.