Skip to content

Commit

Permalink
adjust README to make it clearer how to publish a new release
Browse files Browse the repository at this point in the history
  • Loading branch information
frankbregulla1111 committed Sep 22, 2023
1 parent 3bad2e2 commit 134130f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,16 +148,19 @@ Determine possible dependency updates

### Publishing

Publish new releases
#### Publish new releases to sonatype

./release.sh

#### Create a release in github
Click on "Releases" -> "Draft a new release". Create a tag and copy&paste the relevant info from the changelog.<br/>
Don't publish packages to github. They are published to sonatype.

## Examples

There are a few examples that may help you to start your first microservice based
on Edison and Spring Boot. Because Spring Boot itself has some complexity, it is
recommended to first read it's documentation before starting with Edison.
recommended to first read its documentation before starting with Edison.

The examples can be started with gradle:

Expand Down
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ plugins {
// DO NOT FORGET TO DOCUMENT CHANGES IN CHANGELOG.md
//
// Add a GitHub release for every new release: https://github.com/otto-de/edison-microservice/releases
// Publish artifacts to sonatype by executing the release.sh script. Don't publish packages to github.
def edison_version = "3.1.5"
//
//
Expand Down

0 comments on commit 134130f

Please sign in to comment.