mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-17 15:35:09 +00:00
Remove changelog script
Manual changelog is no longer created since github provides a changelog. Signed-off-by: David Enyeart <enyeart@us.ibm.com>
This commit is contained in:
parent
fd4332d9c0
commit
b8c2448bc6
1 changed files with 0 additions and 15 deletions
|
|
@ -1,15 +0,0 @@
|
|||
#!/bin/sh
|
||||
#
|
||||
# Copyright IBM Corp. All Rights Reserved.
|
||||
#
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
#
|
||||
|
||||
cat > CHANGELOG.new << EOF
|
||||
## "${2}"
|
||||
|
||||
$(git log "$1..HEAD" --oneline | grep -v Merge | sed -e "s/\[\(FAB-[0-9]*\)\]/\[\1\](https:\/\/jira.hyperledger.org\/browse\/\1\)/" -e "s/ \(FAB-[0-9]*\)/ \[\1\](https:\/\/jira.hyperledger.org\/browse\/\1\)/" -e "s/\([0-9|a-z]*\)/* \[\1\](https:\/\/github.com\/hyperledger\/fabric-samples\/commit\/\1)/")
|
||||
|
||||
EOF
|
||||
cat CHANGELOG.md >> CHANGELOG.new
|
||||
mv -f CHANGELOG.new CHANGELOG.md
|
||||
Loading…
Reference in a new issue