Skip to content

Commit

Permalink
Manually create staging repository to define repository ID in state (#…
Browse files Browse the repository at this point in the history
…109)

* Manually create staging repository to define repository ID in state

* change log

* date ->
  • Loading branch information
rbreslow authored Jun 19, 2019
1 parent ac794ce commit 7aafd18
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
- Update CircleCI publishing strategy [#107](https://github.com/geotrellis/maml/pull/107)

### Fixed
- Manually create staging repository to define repository ID in state [#109](https://github.com/geotrellis/maml/pull/109)

## [0.4.0] - 2019-05-23
### Added
- Added `ParallelInterpreter` [#101](https://github.com/geotrellis/maml/pull/101)
Expand Down
2 changes: 1 addition & 1 deletion scripts/cipublish
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ if [[ "${BASH_SOURCE[0]}" == "${0}" ]]; then
else
echo "Publishing artifacts to Sonatype"
if [[ -n "${CIRCLE_TAG}" ]]; then
./sbt "++${SCALA_VERSION:-2.11.12}" publish sonatypeRelease
./sbt ";++${SCALA_VERSION:-2.11.12};sonatypeOpen ${CIRCLE_BUILD_NUM};publish;sonatypeRelease"
else
./sbt "++${SCALA_VERSION:-2.11.12}" publish
fi
Expand Down

0 comments on commit 7aafd18

Please sign in to comment.