Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update releasing steps #10

Merged
merged 2 commits into from
Apr 12, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,6 @@ The exported exceptions need to be exposed via an HTTP endpoint in order for Per
See [Periskop Documentation](https://github.com/soundcloud/periskop) for more information on how to configure a
Periskop server.

## Contributing
## Contributing / Release a new version

Please see [CONTRIBUTING.md](CONTRIBUTING.md)
Please see [CONTRIBUTING.md](CONTRIBUTING.md) and [RELEASE.md](RELEASE.md)
2 changes: 2 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ To publish a release, two sets of credentials are necessary:
an account for `oss.sonatype.org`,
and a pgp key (and associated passphrase) for signing the artifacts.

(If you work at SoundCloud, these crendentials can be found on a shared folder within LastPass).

For the release process to succeed,
you need to place the sonatype credentials in `~/.sbt/1.0/credentials.sbt`:

Expand Down