tokers commented on a change in pull request #178:
URL: https://github.com/apache/apisix-docker/pull/178#discussion_r641215072
##########
File path: MAINTAINING.md
##########
@@ -0,0 +1,5 @@
+## New release
+
+To make and publish new docker images on docker hub, maintainers should create
branch under `apisix-docker` repo with specific name.
+
+For apisix and dashboard new version, the branch name should use prefix
`release/apisix` and `release/dashboard` seperately. Remember to delete the
release branch after the new images published, since the branch would got no
use afterwards.
Review comment:
I mean:
```suggestion
For apisix and dashboard new version, the branch name should use prefix
`release/apisix` and `release/dashboard` separately (e.g. `release/apisix-2.6`,
`release/dashboard-2.6`). Remember to delete the release branch after the new
images published, since the branch would got no use afterwards.
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]