CGAL / cgal

The public CGAL repository, see the README below
https://github.com/CGAL/cgal#readme
Other
5.02k stars 1.39k forks source link

6.0 check list #7367

Open lrineau opened 1 year ago

lrineau commented 1 year ago

Previous release: #6453

Next release: #8223

Before the beta release

After the beta release

Before the official release

After the official release

# After 6.0.1
- [x] Tag PRs with `bash tag_pr_per_release.sh` (see https://github.com/CGAL/cgal/pull/4000)
- [x] Update the bug-fix number in the branch
- [x] Update https://cgal.geometryfactory.com/CGAL/Members/wiki/Releases
- [x] Update the Github milestone
- [x] Update https://www.cgal.org/releases.html and change the post flags (latest-release) + remove the beta flag (latest-beta-release)
- [ ] Re-upload the pre-compiled demos
- [x] update PR for brew package: https://github.com/Homebrew/homebrew-core/pull/195228
- [x] update PR for vcpkg: https://github.com/microsoft/vcpkg/pull/41845
- [x] add PR for Conan: https://github.com/conan-io/conan-center-index/pull/25751
- [x] check PR for Conda:  https://github.com/conda-forge/cgal-cpp-feedstock/pull/41 and https://github.com/conda-forge/cgal-feedstock/pull/99
- [x] update RPM for Fedora: https://bodhi.fedoraproject.org/updates/FEDORA-2024-553d896483
- [x] Add news entry for cgal-web
- [x] Email announcement
# After a bug-fix release 6.0.x
- [ ] Tag PRs with `bash tag_pr_per_release.sh` (see https://github.com/CGAL/cgal/pull/4000)
- [ ] Update the bug-fix number in the branch
- [ ] Update https://cgal.geometryfactory.com/CGAL/Members/wiki/Releases
- [ ] Update the Github milestone 
- [ ] Update https://www.cgal.org/releases.html and change the post flags (latest-release) + remove the beta flag (latest-beta-release)
- [ ] Re-upload the pre-compiled demos
- [ ] update PR for brew package: 
- [ ] update PR for vcpkg: 
- [ ] add PR for Conan at https://github.com/conan-io/conan-center-index
- [ ] check PR for Conda at https://github.com/conda-forge/cgal-cpp-feedstock (a bot usual adds a PR)
- [ ] update RPM for Fedora: 
- [ ] Add news entry for cgal-web
- [ ] Email announcement
angus-3d commented 1 week ago

@lrineau Any chance we can get vcpkg updated?

sloriot commented 1 week ago

@lrineau Any chance we can get vcpkg updated?

https://github.com/microsoft/vcpkg/pull/41845 has been merged 3 weeks ago so it should be available.

lrineau commented 1 week ago

@lrineau Any chance we can get vcpkg updated?

It is already updated. Check the vcpkg documentation, for example the vcpkg update command.

[lrineau@fernand]~/Git/vcpkg% ./vcpkg search cgal
cgal                     6.0.1            The Computational Geometry Algorithms Library (CGAL) is a C++ library that...
cgal[qt]                                  Qt GUI support for CGAL
libigl[cgal]                              Build with cgal
The result may be outdated. Run `git pull` to get the latest results.
If your port is not listed, please open an issue at and/or consider making a pull request.  -  https://github.com/Microsoft/vcpkg/issues

If you see something different, then you need to use git pull in your vcpkg installation directory.