File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -311,3 +311,11 @@ The only way to access all the details is to fetch the transaction info from Ela
311
311
Also note that the ElasticSearch docker requires a minimum of 4 gigabytes of memory, so ensure that you have allocated
312
312
enough memory for your docker containers: from Docker Dashboard Preferences -> Resources -> Advanced -> Memory.
313
313
314
+ ### Release
315
+
316
+ - Update version in project.clj.
317
+ - Run ` lein deploy clojars `
318
+ - If you need to login to Clojars the username is ` yleisradio ` . Password is known at least by Sitouttamistiimi.
319
+ - Publish username is ` yleisradio ` and passwod is a token. This token is known at least by Sitouttamistiimi.
320
+ - Update release notes in GitHub.
321
+
Original file line number Diff line number Diff line change 1
- (defproject clojure-elastic-apm " 0.10 .0"
1
+ (defproject clojure-elastic-apm " 0.11 .0"
2
2
:description " Clojure wrapper for Elastic APM Java Agent"
3
3
:url " https://github.com/Yleisradio/clojure-elastic-apm"
4
4
:license {:name " Eclipse Public License"
You can’t perform that action at this time.
0 commit comments