1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-21 17:34:25 +04:00

changelog update

This commit is contained in:
codecalm
2023-05-14 16:24:19 +02:00
parent 966d75903d
commit 8a6f03e018
3 changed files with 263 additions and 241 deletions

View File

@@ -102,7 +102,7 @@ gulp.task('svg-icons', (cb) => {
* Generate CHANGELOG.md
*/
gulp.task('changelog', (cb) => {
const content = YAML.parse(fs.readFileSync('./src/pages/_data/changelog.yml', 'utf8'))
const content = YAML.parse(fs.readFileSync('./src/pages/_data/changelog.yml', 'utf8')).reverse()
let readme = `# Changelog
All notable changes to this project will be documented in this file.\n`