Skip to content

Commit 99469a2

Browse files
committed
Update new_release.md
1 parent 4c0a7a1 commit 99469a2

File tree

1 file changed

+9
-16
lines changed

1 file changed

+9
-16
lines changed

docs/new_release.md

Lines changed: 9 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99

1010
## conan
1111

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

2626
## vcpkg
2727

28-
- fork and clone [vcpkg repo](https://github.com/microsoft/vcpkg)
29-
(or sync + git pull)
28+
- use [forked repo](https://github.com/greg7mdp/vcpkg)
29+
- sync fork in github
3030
- git checkout -b gtl_1.2.0
31-
- update ports/gtl/portfile.cmake and ports/gtl/vcpkg.json
32-
33-
in windows, non-cygwin console
34-
35-
- set VCPKG_ROOT=
36-
- vcpkg install gtl --triplet x64-windows
37-
- update sha in `portfile.cmake` - run `sha512sum gtl-1.2.0.tar.gz` on linux
38-
- git diff
39-
- git commit -am "[gtl] Bump version to 1.2.0"
31+
- update ports/gtl/portfile.cmake (the sha512) and ports/gtl/vcpkg.json
32+
- commit
4033
- vcpkg x-add-version --all --overwrite-version ## (or ./vcpkg.exe --no-dry-run upgrade )
41-
- git diff
42-
- git commit -am "[gtl] run x-add-version"
43-
- git push origin gtl_1.2.0
34+
- commit
35+
- push
36+
- create PR

0 commit comments

Comments
 (0)