Skip to content

Commit

Permalink
version-history file
Browse files Browse the repository at this point in the history
  • Loading branch information
pkubanek committed Nov 16, 2023
1 parent ac38547 commit 0d424f0
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 1 deletion.
19 changes: 19 additions & 0 deletions .github/workflows/changelog.yaml
Original file line number Diff line number Diff line change
@@ -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/[email protected]
with:
fileName: doc/version-history.rst
checkNotification: Simple
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
20 changes: 20 additions & 0 deletions doc/version-history.rst
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 0d424f0

Please sign in to comment.