File tree Expand file tree Collapse file tree 1 file changed +13
-7
lines changed Expand file tree Collapse file tree 1 file changed +13
-7
lines changed Original file line number Diff line number Diff line change @@ -151,13 +151,19 @@ implementations.
151
151
# Releasing
152
152
Steps for performing a release :
153
153
154
- - Update release version : mvn versions:set -DnewVersion=X.Y.Z
155
- - Validate and then commit version : mvn versions:commit
156
- - Update CHANGELOG and README files.
157
- - Merge to master.
158
- - Deploy to Maven Central : mvn clean deploy -P release-kafka-webview
159
- - Create release on Github project.
160
- - Build new Docker images (TODO define steps)
154
+ 1. Update release version : mvn versions:set -DnewVersion=X.Y.Z
155
+ 2. Validate and then commit version : mvn versions:commit
156
+ 3. Update CHANGELOG and README files.
157
+ 4. Merge to master.
158
+ 5. Deploy to Maven Central : mvn clean deploy -P release-kafka-webview
159
+ 6. Create release on Github project.
160
+ 7 Build and upload new Docker images :
161
+ - ` docker build -t kafka-webview .`
162
+ - ` docker tag kafka-webview sourcelaborg/kafka-webview:latest`
163
+ - ` docker push sourcelaborg/kafka-webview:latest`
164
+ - ` docker tag kafka-webview sourcelaborg/kafka-webview:1.0.VERSIONHERE`
165
+ - ` docker push sourcelaborg/kafka-webview:1.0.VERSIONHERE`
166
+
161
167
162
168
# Changelog
163
169
You can’t perform that action at this time.
0 commit comments