Skip to content

Commit

Permalink
README-RELEASE: update merge upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
ilg-ul committed Oct 18, 2021
1 parent cb500e0 commit ee60355
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions README-RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,26 +71,25 @@ recreate the archives with the correct file.
To keep the development repository fork in sync with the upstream CMake
repository, in the `xpack-dev-tools/cmake` Git repo:

- checkout `master`
- merge from `upstream/master`
- checkout `xpack-develop`
- merge `master`
- fix conflicts (in `60-cmake.rules` and possibly other)
- checkout `xpack`
- merge `xpack-develop`

Possibly add a tag here.
- checkout the `v3.20.6` tag
- create a branch like `v3.20.6-xpack`
- chery pick the commit to _add cmd.exe support_ from a previous release;
enable commit immediately
- push to `origin`
- add a `v3.20.6-1-xpack` tag; enable push to origin
- remember the current commit ID

### Update the version specific code

- open the `common-versions-source.sh` file
- add a new `if` with the new version before the existing code
- update the `CMAKE_GIT_BRANCH` to `v3.20.6-xpack`
- update the `CMAKE_GIT_COMMIT` to the current commit ID

### Update helper

With Sourcetree, go to the helper repo and update to the latest master commit.


## Build

### Development run the build scripts
Expand Down

0 comments on commit ee60355

Please sign in to comment.