mirror of
https://github.com/nwchemgit/nwchem.git
synced 2026-07-29 06:35:39 -04:00
generate changelog between two tags [ci skip]
This commit is contained in:
parent
07160463bf
commit
c5d928fff5
1 changed files with 4 additions and 0 deletions
4
contrib/git.nwchem/generate_changelog.sh
Executable file
4
contrib/git.nwchem/generate_changelog.sh
Executable file
|
|
@ -0,0 +1,4 @@
|
|||
#!/bin/bash -f
|
||||
#git log v6.8...v6.8-release --oneline --reverse
|
||||
#args are tag1 and tag2
|
||||
git log $1...$2 --oneline --reverse
|
||||
Loading…
Add table
Add a link
Reference in a new issue