feat(releases-page): Added releases page with information located inside current changelog
This commit is contained in:
@@ -65,6 +65,16 @@ else
|
||||
echo -e "${GREEN}Semantic Release complete${NOCOLOR}"
|
||||
fi
|
||||
|
||||
# ----------------------------------
|
||||
# UPDATING CHANGELOG
|
||||
# ----------------------------------
|
||||
echo -e "${CYAN}Updating CHANGELOG inside assets directory${NOCOLOR}"
|
||||
rm apps/dafa-web/src/assets/CHANGELOG.md
|
||||
cp CHANGELOG.md apps/dafa-web/src/assets/CHANGELOG.md
|
||||
git add apps/dafa-web/src/assets/CHANGELOG.md
|
||||
git commit -m "chore(changelog): Updated CHANGELOG.md inside assets directory"
|
||||
echo -e "${GREEN}CHANGELOG updated${NOCOLOR}"
|
||||
|
||||
# ----------------------------------
|
||||
# UPDATING GIT REPOSITORIES
|
||||
# ----------------------------------
|
||||
|
||||
Reference in New Issue
Block a user