Skip to content

Commit

Permalink
Tidies
Browse files Browse the repository at this point in the history
  • Loading branch information
firthm01 committed Mar 20, 2024
1 parent 8b08d00 commit ef498ef
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:

jobs:
gendocs:
name: gen_docs
name: Generate PDF Documents
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down
Binary file added packaging/LICENSE.pdf
Binary file not shown.
Binary file added packaging/README.pdf
Binary file not shown.
2 changes: 0 additions & 2 deletions packaging/release_process.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit ef498ef

Please sign in to comment.