diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1defb303..fbf59b80 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -11,7 +11,7 @@ on: jobs: gendocs: - name: gen_docs + name: Generate PDF Documents runs-on: ubuntu-latest steps: - name: Checkout diff --git a/packaging/LICENSE.pdf b/packaging/LICENSE.pdf new file mode 100644 index 00000000..68838da4 Binary files /dev/null and b/packaging/LICENSE.pdf differ diff --git a/packaging/README.pdf b/packaging/README.pdf new file mode 100644 index 00000000..f00c6cab Binary files /dev/null and b/packaging/README.pdf differ diff --git a/packaging/release_process.txt b/packaging/release_process.txt index fbd2fa59..da44dc4a 100644 --- a/packaging/release_process.txt +++ b/packaging/release_process.txt @@ -4,8 +4,6 @@ Merge all changes in to main Update ./CHANGELOG.md Update version in ./CMakeLists.txt and ./vcpkg.json Update ./packaging/README.md.in (version number and summary) -Rerun Configure and Generate in CMake (forces recreation of README.md in build directory from template) -Regenerate PDFs by building target "generate-package-docs" (project files must have been generated with CMake variable EPS_BUILD_PACKAGE=ON) Commit all, and push Tag it with version (e.g, git tag -a v0.8.0-EPS-beta -m "v0.8.0 beta release") Push tag (e.g, git push origin v0.8.0-EPS-beta)