File tree Expand file tree Collapse file tree 9 files changed +19
-18
lines changed Expand file tree Collapse file tree 9 files changed +19
-18
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,15 @@ Currently we publish the repo to docker hub and nexus central repository.
5
5
6
6
* Git tagging:
7
7
8
- ``` git tag -a 1.x.x -m "Release description..." ```
8
+ ```
9
+ git tag -a <tag name> -m "Release description..."
10
+ git push origin <tag name>
11
+ ```
9
12
10
- Or you can also tag using UI: https://github.com/ExpediaDotCom/haystack-traces/releases
13
+ ` <tag name> ` must follow semantic versioning scheme.
14
+
15
+ Or one can also tag using UI: https://github.com/ExpediaDotCom/haystack-traces/releases
16
+
17
+ It is preferred to create an annotated tag using ` git tag -a ` and then use the release UI to add release notes for the tag.
18
+
19
+ * After the release is completed, please update the ` pom.xml ` files to next ` -SNAPSHOT ` version to match the next release
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<artifactId >haystack-trace-backends</artifactId >
7
7
<groupId >com.expedia.www</groupId >
8
- <version >1.0.0 -SNAPSHOT</version >
8
+ <version >1.0.7 -SNAPSHOT</version >
9
9
<relativePath >../pom.xml</relativePath >
10
10
</parent >
11
11
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<artifactId >haystack-trace-backends</artifactId >
7
7
<groupId >com.expedia.www</groupId >
8
- <version >1.0.0 -SNAPSHOT</version >
8
+ <version >1.0.7 -SNAPSHOT</version >
9
9
<relativePath >../pom.xml</relativePath >
10
10
</parent >
11
11
Original file line number Diff line number Diff line change 21
21
<appender-ref ref =" STDOUT" />
22
22
</appender >
23
23
24
- <appender name =" EmitToGraphiteLogbackAppender"
25
- class =" com.expedia.www.haystack.metrics.appenders.logback.EmitToGraphiteLogbackAppender" >
26
- <enabled >${HAYSTACK_GRAPHITE_ENABLED:-true}</enabled >
27
- <host >${HAYSTACK_GRAPHITE_HOST}</host >
28
- <port >${HAYSTACK_GRAPHITE_PORT}</port >
29
- <subsystem >trace-reader</subsystem >
30
- </appender >
31
-
32
24
<root level =" ${HAYSTACK_LOG_LEVEL:-INFO}" >
33
25
<appender-ref ref =" ASYNC" />
34
26
<appender-ref ref =" EmitToGraphiteLogbackAppender" />
Original file line number Diff line number Diff line change 4
4
5
5
<modelVersion >4.0.0</modelVersion >
6
6
<artifactId >haystack-trace-backends</artifactId >
7
- <version >1.0.0 -SNAPSHOT</version >
7
+ <version >1.0.7 -SNAPSHOT</version >
8
8
<packaging >pom</packaging >
9
9
10
10
<parent >
11
11
<artifactId >haystack-traces</artifactId >
12
12
<groupId >com.expedia.www</groupId >
13
- <version >1.0.0 -SNAPSHOT</version >
13
+ <version >1.0.7 -SNAPSHOT</version >
14
14
<relativePath >../pom.xml</relativePath >
15
15
</parent >
16
16
Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<artifactId >haystack-traces</artifactId >
6
6
<groupId >com.expedia.www</groupId >
7
- <version >1.0.0 -SNAPSHOT</version >
7
+ <version >1.0.7 -SNAPSHOT</version >
8
8
</parent >
9
9
10
10
<modelVersion >4.0.0</modelVersion >
Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<artifactId >haystack-traces</artifactId >
6
6
<groupId >com.expedia.www</groupId >
7
- <version >1.0.0 -SNAPSHOT</version >
7
+ <version >1.0.7 -SNAPSHOT</version >
8
8
</parent >
9
9
10
10
<modelVersion >4.0.0</modelVersion >
Original file line number Diff line number Diff line change 5
5
<modelVersion >4.0.0</modelVersion >
6
6
<groupId >com.expedia.www</groupId >
7
7
<artifactId >haystack-traces</artifactId >
8
- <version >1.0.0 -SNAPSHOT</version >
8
+ <version >1.0.7 -SNAPSHOT</version >
9
9
<packaging >pom</packaging >
10
10
11
11
<modules >
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<artifactId >haystack-traces</artifactId >
7
7
<groupId >com.expedia.www</groupId >
8
- <version >1.0.0 -SNAPSHOT</version >
8
+ <version >1.0.7 -SNAPSHOT</version >
9
9
</parent >
10
10
11
11
<modelVersion >4.0.0</modelVersion >
You can’t perform that action at this time.
0 commit comments