diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index b18379317..f1cd74669 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -13,8 +13,8 @@ How has it been tested? #### Take this checklist as orientation for yourself, if this PR is ready for the Change Control Board: - [ ] My suggestion follows the [style and contributors guidelines](https://opensimulationinterface.github.io/osi-antora-generator/asamosi/latest/specification/contributing/start_contributing.html). - [ ] I have taken care about the [message documentation](https://opensimulationinterface.github.io/osi-antora-generator/asamosi/latest/specification/contributing/commenting_messages.html) and the [fields and enums documentation](https://opensimulationinterface.github.io/osi-antora-generator/asamosi/latest/specification/contributing/commenting_fields_enums.html). -- [ ] I have done the [DCO signoff](https://opensimulationinterface.github.io/osi-documentation/open-simulation-interface/doc/howtocontribute.html#developer-certification-of-origin-dco). -- [ ] My changes generate no errors when passing CI tests. +- [ ] I have done the [DCO signoff](https://opensimulationinterface.github.io/osi-antora-generator/asamosi/latest/specification/contributing/dco.html). +- [ ] My changes generate no errors when passing CI tests. - [ ] I have successfully implemented and tested my fix/feature locally. - [ ] Appropriate reviewer(s) are assigned. diff --git a/.github/workflows/protobuf.yml b/.github/workflows/protobuf.yml index 19eba40c5..050c9a212 100644 --- a/.github/workflows/protobuf.yml +++ b/.github/workflows/protobuf.yml @@ -97,7 +97,7 @@ jobs: - name: Get git Version id: get_version - run: echo "VERSION=$(git describe --tags --always)" >> $GITHUB_OUTPUT + run: echo "VERSION=$(git describe --tags --always)" >> $GITHUB_OUTPUT - name: Prepare Documentation Build run: | @@ -122,14 +122,6 @@ jobs: - name: Run Python Tests run: python -m unittest discover tests - - name: Archive Documentation - if: ${{ github.event_name == 'pull_request' }} - uses: actions/upload-artifact@v4 - with: - name: linux64-doc - path: doc/html - if-no-files-found: error - - name: Upload Python Distribution if: ${{ github.event_name == 'pull_request' || ( github.event_name == 'push' && ( github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/v') ) ) }} uses: actions/upload-artifact@v4 @@ -137,13 +129,6 @@ jobs: name: python-dist path: dist/ - - name: Deploy to gh-pages if push to master branch - if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }} - uses: peaceiris/actions-gh-pages@v3 - with: - github_token: ${{ secrets.GITHUB_TOKEN }} - publish_dir: ./doc/html - build-proto3-linux64: name: Build Proto3 Linux 64 diff --git a/osi_version.proto.in b/osi_version.proto.in index 1170d1e58..1ff524f29 100644 --- a/osi_version.proto.in +++ b/osi_version.proto.in @@ -25,10 +25,7 @@ package osi3; // properly set the version components prior to sending. // // Increments will happen as part of changes to the whole interface. -// The meaning of different InterfaceVersions is defined in [1]. -// -// \par Reference: -// [1] Open Simulation Interface. (2020, January 25). README. Retrieved January 25, 2020, from https://opensimulationinterface.github.io/osi-documentation/open-simulation-interface/README.html +// The meaning of different InterfaceVersions is defined in the versioning chapter of the official OSI documentation. // message InterfaceVersion {