Skip to content

Commit

Permalink
Update RELEASE.md to explicitly list the files that have version numb…
Browse files Browse the repository at this point in the history
…ers hardcoded that need to be updated. (#4443)
  • Loading branch information
jcferretti committed Sep 5, 2023
1 parent d3b2147 commit 564f824
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,20 @@ $ git fetch upstream
$ git checkout vX.Y.0
$ git checkout -b release/vX.Y.1
$ git cherry-pick <...>
# Edit files, updating from `X.Y.0` to `X.Y.1`, and git add them.
# Edit files, updating from `X.Y.0` to `X.Y.1`, and git add them. Currently the list is:
#
# * authorization-codegen/protoc-gen-contextual-auth-wiring
# * authorization-codegen/protoc-gen-service-auth-wiring
# * buildSrc/src/main/groovy/io.deephaven.common-conventions.gradle
# * py/client-ticking/README.md
# * py/client-ticking/setup.py
# * py/client/README.md
# * py/client/pydeephaven/__init__.py
# * py/client/setup.py
# * py/embedded-server/deephaven_server/__init__.py
# * py/server/deephaven/__init__.py
# * R/rdeephaven/DESCRIPTION
#
# See https://github.com/deephaven/deephaven-core/issues/3466 for future improvements to this process.
$ ...
$ git commit -m "Bump to X.Y.1"
Expand Down

0 comments on commit 564f824

Please sign in to comment.