Skip to content

Commit

Permalink
Release notes for v5.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
haf committed May 12, 2020
1 parent caf65e8 commit 7303f3d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
7 changes: 5 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.PHONY: restore version_files build test docs docs_ci
.PHONY: restore version_files build test docs docs_ci rutta

CONFIGURATION ?= release
TAG_VERSION_SUFFIX := $(shell tools/version.sh)
Expand Down Expand Up @@ -36,7 +36,10 @@ release_library:
dotnet fake build --single-target --target CheckEnv
dotnet fake build --single-target --target Release

release: restore build test pack_library release_library push_library
rutta:
(cd src/services/Logary.Services.Rutta && make release)

release: restore build test pack_library release_library push_library rutta

clean:
git clean -fxd
3 changes: 3 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#### 5.0.1
* Upgrade to netcoreapp3.1 and improve builds for Rutta

#### 5.0.0
* Logary v5 🦄

Expand Down
4 changes: 2 additions & 2 deletions src/services/Logary.Services.Rutta/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ image:
push:
docker push logary/rutta:latest
docker push logary/rutta:$(TAG_VERSION_SUFFIX)
docker push logary/rutta-curl:latest
docker push logary/rutta-curl:$(TAG_VERSION_SUFFIX)

release: image push

1 comment on commit 7303f3d

@vercel
Copy link

@vercel vercel bot commented on 7303f3d May 12, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.