File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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.
55
66* Git tagging:
77
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+ ```
912
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 55 <parent >
66 <artifactId >haystack-trace-backends</artifactId >
77 <groupId >com.expedia.www</groupId >
8- <version >1.0.0 -SNAPSHOT</version >
8+ <version >1.0.7 -SNAPSHOT</version >
99 <relativePath >../pom.xml</relativePath >
1010 </parent >
1111
Original file line number Diff line number Diff line change 55 <parent >
66 <artifactId >haystack-trace-backends</artifactId >
77 <groupId >com.expedia.www</groupId >
8- <version >1.0.0 -SNAPSHOT</version >
8+ <version >1.0.7 -SNAPSHOT</version >
99 <relativePath >../pom.xml</relativePath >
1010 </parent >
1111
Original file line number Diff line number Diff line change 2121 <appender-ref ref =" STDOUT" />
2222 </appender >
2323
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-
3224 <root level =" ${HAYSTACK_LOG_LEVEL:-INFO}" >
3325 <appender-ref ref =" ASYNC" />
3426 <appender-ref ref =" EmitToGraphiteLogbackAppender" />
Original file line number Diff line number Diff line change 44
55 <modelVersion >4.0.0</modelVersion >
66 <artifactId >haystack-trace-backends</artifactId >
7- <version >1.0.0 -SNAPSHOT</version >
7+ <version >1.0.7 -SNAPSHOT</version >
88 <packaging >pom</packaging >
99
1010 <parent >
1111 <artifactId >haystack-traces</artifactId >
1212 <groupId >com.expedia.www</groupId >
13- <version >1.0.0 -SNAPSHOT</version >
13+ <version >1.0.7 -SNAPSHOT</version >
1414 <relativePath >../pom.xml</relativePath >
1515 </parent >
1616
Original file line number Diff line number Diff line change 44 <parent >
55 <artifactId >haystack-traces</artifactId >
66 <groupId >com.expedia.www</groupId >
7- <version >1.0.0 -SNAPSHOT</version >
7+ <version >1.0.7 -SNAPSHOT</version >
88 </parent >
99
1010 <modelVersion >4.0.0</modelVersion >
Original file line number Diff line number Diff line change 44 <parent >
55 <artifactId >haystack-traces</artifactId >
66 <groupId >com.expedia.www</groupId >
7- <version >1.0.0 -SNAPSHOT</version >
7+ <version >1.0.7 -SNAPSHOT</version >
88 </parent >
99
1010 <modelVersion >4.0.0</modelVersion >
Original file line number Diff line number Diff line change 55 <modelVersion >4.0.0</modelVersion >
66 <groupId >com.expedia.www</groupId >
77 <artifactId >haystack-traces</artifactId >
8- <version >1.0.0 -SNAPSHOT</version >
8+ <version >1.0.7 -SNAPSHOT</version >
99 <packaging >pom</packaging >
1010
1111 <modules >
Original file line number Diff line number Diff line change 55 <parent >
66 <artifactId >haystack-traces</artifactId >
77 <groupId >com.expedia.www</groupId >
8- <version >1.0.0 -SNAPSHOT</version >
8+ <version >1.0.7 -SNAPSHOT</version >
99 </parent >
1010
1111 <modelVersion >4.0.0</modelVersion >
You can’t perform that action at this time.
0 commit comments