Files
rk35xx-android14/external/minijail/RELEASE.md
T
hmz007 36ed224bac Rockchip Anroid14_SDK 20240628-rkr5 (2556df1a)
Signed-off-by: hmz007 <hmz007@gmail.com>
Change-Id: Ib87fdbe7a0be7dc961af3500fe9ea4589a127f9f
2024-10-29 18:12:02 +08:00

530 B

Tagging Minijail releases

  • Choose a new-ish, stable-ish commit (i.e. not one that implements a completely new feature).

  • Find the latest tag: minijail$ git tag -l "linux-v*"

  • Tag the commit with the next version number: minijail$ git tag -a linux-v<N+1> <commit>

  • Commit message:

Minijail v<N+1>.

New in this release:
* New feature (author@domain).
* New feature 2 (author2@domain2).
  • Push the tag: minijail$ git push aosp linux-v<N+1>

We will tag a new release ~monthly at the beginning of the month.