chore: add 5.4.bpapi
This commit is contained in:
parent
ec0693861a
commit
17d3037a13
|
@ -61,7 +61,7 @@ erlang_ls.config
|
||||||
.envrc
|
.envrc
|
||||||
# elixir
|
# elixir
|
||||||
mix.lock
|
mix.lock
|
||||||
apps/emqx/test/emqx_static_checks_data/master.bpapi
|
apps/emqx/test/emqx_static_checks_data/master.bpapi2
|
||||||
# rendered configurations
|
# rendered configurations
|
||||||
*.conf.rendered
|
*.conf.rendered
|
||||||
*.conf.rendered.*
|
*.conf.rendered.*
|
||||||
|
|
|
@ -145,12 +145,12 @@ free to cache it for the duration of the session.
|
||||||
|
|
||||||
# New minor release
|
# New minor release
|
||||||
|
|
||||||
After releasing, let's say, 5.1.0, the following actions should be performed to prepare for the next release:
|
After releasing, let's say, 5.5.0, the following actions should be performed to prepare for the next release:
|
||||||
|
|
||||||
1. Checkout 5.1.0 tag
|
1. Checkout 5.5.0 tag
|
||||||
1. Build the code
|
1. Build the code
|
||||||
1. Replace api version string `"master"` in `apps/emqx/test/emqx_static_checks_data/master.bpapi` with `"5.1"`
|
1. Replace api version string `"master"` in `apps/emqx/test/emqx_static_checks_data/master.bpapi2` with `"5.5"`
|
||||||
1. Rename `apps/emqx/test/emqx_static_checks_data/master.bpapi` to `apps/emqx/test/emqx_static_checks_data/5.1.bpapi`
|
1. Rename `apps/emqx/test/emqx_static_checks_data/master.bpapi` to `apps/emqx/test/emqx_static_checks_data/5.5.bpapi2`
|
||||||
1. Add `apps/emqx/test/emqx_static_checks_data/5.1.bpapi` to the repo
|
1. Add `apps/emqx/test/emqx_static_checks_data/5.5.bpapi2` to the repo
|
||||||
1. Delete the previous file (e.g. `5.0.bpapi`), unless there is plan to support rolling upgrade from 5.0 to 5.2
|
1. Delete the previous file (e.g. `5.4.bpapi2`), unless there is plan to support rolling upgrade from 5.0.
|
||||||
1. Merge the commit to master branch
|
1. Merge the commit to master branch
|
||||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue