From 0d424f0a0280c0368d77977f5b19b9d21b7ff1bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Kub=C3=A1nek?= Date: Thu, 16 Nov 2023 16:33:48 -0300 Subject: [PATCH] version-history file --- .github/workflows/changelog.yaml | 19 +++++++++++++++++++ Makefile | 2 +- doc/version-history.rst | 20 ++++++++++++++++++++ 3 files changed, 40 insertions(+), 1 deletion(-) create mode 100644 .github/workflows/changelog.yaml create mode 100644 doc/version-history.rst diff --git a/.github/workflows/changelog.yaml b/.github/workflows/changelog.yaml new file mode 100644 index 0000000..63ae426 --- /dev/null +++ b/.github/workflows/changelog.yaml @@ -0,0 +1,19 @@ +name: ChangelogUpdated +on: + pull_request: + types: [assigned, opened, synchronize, reopened, labeled, unlabeled] + branches: + - develop +jobs: + build: + name: Check Actions + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v1 + - name: Changelog check + uses: Zomzog/changelog-checker@v1.2.0 + with: + fileName: doc/version-history.rst + checkNotification: Simple + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/Makefile b/Makefile index 25ffe13..727193b 100644 --- a/Makefile +++ b/Makefile @@ -18,7 +18,7 @@ ts-VMSd: src/ts-VMSd.cpp.o src/libVMS.a # Other Targets clean: - @$(foreach file,ts_MTVMS src/ts_MTVMS.cpp.o doc *.ipk ipk, echo '[RM ] ${file}'; $(RM) -r $(file);) + @$(foreach file,ts_MTVMS src/ts_MTVMS.cpp.o *.ipk ipk, echo '[RM ] ${file}'; $(RM) -r $(file);) @$(foreach dir,src tests,$(MAKE) -C ${dir} $@;) # file targets diff --git a/doc/version-history.rst b/doc/version-history.rst new file mode 100644 index 0000000..d69947b --- /dev/null +++ b/doc/version-history.rst @@ -0,0 +1,20 @@ +.. _Version_History: + +=============== +Version History +=============== + +v1.1.1 +====== + +* updated build system + +v1.1.0 +====== + +* improved data readout - in-CSC PSD calculations + +v1.0.0 +======= + +* First release of the Vibration Monitoring System CSC