Files
parallel-hashmap/doc/new_release.md
2024-09-20 23:37:59 -04:00

1.3 KiB
Vendored

  • update version in phmap_config.h
  • update version in CITATION.cff and README.md
  • update version in comment on top of CMakeLists.txt
  • git commit
  • git push
  • create the new release on github (tag v1.4.0 - use semantic versioning)
  • download the tar.gz from github, and use sha256sum parallel-hashmap-1.4.0.tar.gz on linux to get the sha256

conan

  • use forked repo
  • sync fork in github
  • git checkout conan-io:master
  • git checkout -b phmap_1.4.0
  • update: recipes/parallel-hashmap/all/conandata.yml and recipes/parallel-hashmap/config.yml
  • sudo pip install conan -U
  • cd recipes/parallel-hashmap/all
  • does not work conan create conanfile.py parallel-hashmap/1.4.0@ -pr:b=default -pr:h=default update version in recipes/parallel-hashmap/all/conanfile.py
  • git diff
  • git commit -am "[parallel-hashmap] Bump version to 1.4.0"
  • git push origin phmap_1.4.0
  • create PR like this

vcpkg

  • use forked repo
  • sync fork in github
  • git checkout -b phmap_1.4.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 )
  • commit
  • push
  • create PR