fixed syntax for table of contents on changelog #bugfix

This commit is contained in:
pyr0ball 2019-08-15 16:04:21 -07:00
parent 74d348ea07
commit 359c8c8eba
2 changed files with 210 additions and 212 deletions

View file

@ -3,19 +3,19 @@
Changelog updated 2019-08-15_15-31-12
#### Added Features
*Added Features*
------------------------------------
#### Bugfixes
*Bugfixes*
------------------------------------
#### Full Changelog
*Full Changelog*
- Initial upload of arduino sketch for the atmega48 [view commit](http://github.com/pyr0ball/pyr0piezo/commit/1e29f10162b43f05fb9b373bdf9d56c5ca3a4a3a)
@ -69,19 +69,19 @@ Changelog updated 2019-08-15_15-31-12
Changelog updated 2019-08-15_15-32-15
#### Added Features
*Added Features*
------------------------------------
#### Bugfixes
*Bugfixes*
------------------------------------
#### Full Changelog
*Full Changelog*
- fixed trace accidentally connected to ground [view commit](http://github.com/pyr0ball/pyr0piezo/commit/d2263348f308ccfb95b55bcf3c1cc997aaabb38a)
@ -143,19 +143,19 @@ Changelog updated 2019-08-15_15-32-15
Changelog updated 2019-08-15_15-49-28
#### Added Features
*Added Features*
------------------------------------
#### Bugfixes
*Bugfixes*
------------------------------------
#### Full Changelog
*Full Changelog*
- Optimized trace layout, serpentined usb [view commit](http://github.com/pyr0ball/pyr0piezo/commit/fcb41c6ceb7d0b257f642a24ec6a98c8cee91f67)
@ -259,19 +259,19 @@ Changelog updated 2019-08-15_15-49-28
Changelog updated 2019-08-15_15-50-29
#### Added Features
*Added Features*
------------------------------------
#### Bugfixes
*Bugfixes*
------------------------------------
#### Full Changelog
*Full Changelog*
- added ignore for openoffice text temp files [view commit](http://github.com/pyr0ball/pyr0piezo/commit/0117cc101ae249b4eb1af7ebf7b185271611753a)
@ -299,19 +299,19 @@ Changelog updated 2019-08-15_15-50-29
Changelog updated 2019-08-15_15-50-42
#### Added Features
*Added Features*
------------------------------------
#### Bugfixes
*Bugfixes*
------------------------------------
#### Full Changelog
*Full Changelog*
- Switched to 32VQFN package Atmega328pa [view commit](http://github.com/pyr0ball/pyr0piezo/commit/569439f82cc57f3d58e88b79d06484f87d9e5873)
@ -349,19 +349,19 @@ Changelog updated 2019-08-15_15-50-42
Changelog updated 2019-08-15_15-50-56
#### Added Features
*Added Features*
------------------------------------
#### Bugfixes
*Bugfixes*
------------------------------------
#### Full Changelog
*Full Changelog*
- fixed syntax preventing compilation [view commit](http://github.com/pyr0ball/pyr0piezo/commit/bd64d8f707d6094ca33924bc9ca01397c0e4fca1)
@ -383,19 +383,19 @@ Changelog updated 2019-08-15_15-50-56
Changelog updated 2019-08-15_15-51-05
#### Added Features
*Added Features*
------------------------------------
#### Bugfixes
*Bugfixes*
------------------------------------
#### Full Changelog
*Full Changelog*
- fixed syntax preventing compilation [view commit](http://github.com/pyr0ball/pyr0piezo/commit/bd64d8f707d6094ca33924bc9ca01397c0e4fca1)
@ -465,19 +465,19 @@ Changelog updated 2019-08-15_15-51-05
Changelog updated 2019-08-15_15-51-13
#### Added Features
*Added Features*
------------------------------------
#### Bugfixes
*Bugfixes*
------------------------------------
#### Full Changelog
*Full Changelog*
- Fixed "Flappy DAC" bug in rev.2.x.x firmware [view commit](http://github.com/pyr0ball/pyr0piezo/commit/f745940904f9e4af4e9a75ff3ffe168a2518b4d0)
@ -508,4 +508,3 @@ Changelog updated 2019-08-15_15-51-13
- Migrated configs to separate header file, made adjustment to definition [view commit](http://github.com/pyr0ball/pyr0piezo/commit/56c06008d4f7463a284561b5d0a337b573caa5e8)
- Changed compiler behavior for i2c. I2C library is still broken [view commit](http://github.com/pyr0ball/pyr0piezo/commit/29fd45db239fc5beee5414f8e795ab0e6d14cb96)

View file

@ -66,19 +66,19 @@ read -r -d '' changelogmdadd << EOF
Changelog updated $timestamp
#### Added Features
*Added Features*
$featureadd
------------------------------------
#### Bugfixes
*Bugfixes*
$bugfixes
------------------------------------
#### Full Changelog
*Full Changelog*
$changelog
EOF
@ -94,4 +94,3 @@ sed -i "/Logs/a \ \ \ \ \ \ \ \ - '${first_tag}-${last_tag}': 'changelogs/change
# Append the changelog content to the full list page
echo -e "$changelogmdadd" >> ../docs/changelog.md