mirror of
https://github.com/superhelio/tools.git
synced 2026-01-30 19:46:35 +00:00
Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ea7562a48d | ||
|
|
2f85fb63a3 | ||
|
|
58abebab4f | ||
|
|
7b11e1d3ef |
@@ -1,3 +1,9 @@
|
|||||||
|
## 0.1.1 (2016-08-10)
|
||||||
|
- Echo into the temp file, not to the screen
|
||||||
|
|
||||||
|
[Full changelog](https://github.com/superhelio/tools.git/compare/0.1.0...0.1.1)
|
||||||
|
|
||||||
|
|
||||||
## 0.1.0 (2016-08-10)
|
## 0.1.0 (2016-08-10)
|
||||||
- Remove paging from git log, works better for automation
|
- Remove paging from git log, works better for automation
|
||||||
- Change changelog formatting to simple message
|
- Change changelog formatting to simple message
|
||||||
|
|||||||
@@ -118,7 +118,7 @@ echo "$NEW_VERSION" > "$FILE_VERSION"
|
|||||||
echo "## $NEW_VERSION ($NOW)" > tmpfile
|
echo "## $NEW_VERSION ($NOW)" > tmpfile
|
||||||
git --no-pager log --pretty=format:" - %s" --date=short --no-merges "$BASE_STRING"...HEAD >> tmpfile
|
git --no-pager log --pretty=format:" - %s" --date=short --no-merges "$BASE_STRING"...HEAD >> tmpfile
|
||||||
echo "" >> tmpfile
|
echo "" >> tmpfile
|
||||||
echo "[Full changelog]($PROJECT_URL/compare/$BASE_STRING...$NEW_VERSION)"
|
echo "[Full changelog]($PROJECT_URL/compare/$BASE_STRING...$NEW_VERSION)" >> tmpfile
|
||||||
echo "" >> tmpfile
|
echo "" >> tmpfile
|
||||||
echo "" >> tmpfile
|
echo "" >> tmpfile
|
||||||
cat "$FILE_CHANGELOG" >> tmpfile
|
cat "$FILE_CHANGELOG" >> tmpfile
|
||||||
|
|||||||
Reference in New Issue
Block a user