Skip to content

Commit

Permalink
Update new_release.md
Browse files Browse the repository at this point in the history
  • Loading branch information
greg7mdp committed Sep 21, 2024
1 parent 4c0a7a1 commit 99469a2
Showing 1 changed file with 9 additions and 16 deletions.
25 changes: 9 additions & 16 deletions docs/new_release.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@

## conan

- fork and clone [conan-center](https://github.com/conan-io/conan-center-index) repo
(or sync + git pull)
- use [forked repo](https://github.com/greg7mdp/conan-center-index)
- sync fork in github
- git checkout master
- git checkout -b gtl_1.2.0
- update: `recipes/greg7mdp-gtl/all/conandata.yml` and `recipes/greg7mdp-gtl/config.yml`
Expand All @@ -25,19 +25,12 @@

## vcpkg

- fork and clone [vcpkg repo](https://github.com/microsoft/vcpkg)
(or sync + git pull)
- use [forked repo](https://github.com/greg7mdp/vcpkg)
- sync fork in github
- git checkout -b gtl_1.2.0
- update ports/gtl/portfile.cmake and ports/gtl/vcpkg.json

in windows, non-cygwin console

- set VCPKG_ROOT=
- vcpkg install gtl --triplet x64-windows
- update sha in `portfile.cmake` - run `sha512sum gtl-1.2.0.tar.gz` on linux
- git diff
- git commit -am "[gtl] Bump version to 1.2.0"
- update ports/gtl/portfile.cmake (the sha512) and ports/gtl/vcpkg.json
- commit
- vcpkg x-add-version --all --overwrite-version ## (or ./vcpkg.exe --no-dry-run upgrade )
- git diff
- git commit -am "[gtl] run x-add-version"
- git push origin gtl_1.2.0
- commit
- push
- create PR

0 comments on commit 99469a2

Please sign in to comment.