Merge branch 'restructure' into 'development'
fix: general fixes See merge request nofusscomputing/projects/gitlab-ci!28
This commit is contained in:
@ -1,15 +0,0 @@
|
|||||||
# ToDo: Delete this file once the below has been added to the website-template repo
|
|
||||||
mkdocs-minify-plugin==0.5.0
|
|
||||||
mkdocs-material-extensions==1.0.3
|
|
||||||
wheel
|
|
||||||
mkdocs-material==8.1.7
|
|
||||||
./website-template/custom-plugins/mkdocs-plugin-tags
|
|
||||||
mkdocs-git-revision-date-localized-plugin==0.11.1
|
|
||||||
pymdown-extensions==9.5
|
|
||||||
Jinja2==3.0.3
|
|
||||||
|
|
||||||
Pygments==2.13.0
|
|
||||||
|
|
||||||
|
|
||||||
#mkdocs-macros-plugin==0.7.0
|
|
||||||
|
|
@ -1,11 +1,9 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
for D in *; do
|
for D in *; do
|
||||||
if [ -d "${D}" ]; then
|
if [ -d "${D}" ]; then
|
||||||
|
|
||||||
|
if [ "0${D}" != "0website-template" ]; then
|
||||||
echo "[DEBUG] Creating changelog for sub-folder: ${D}"
|
echo "[DEBUG] Creating changelog for sub-folder: ${D}"
|
||||||
|
|
||||||
CHANGELOG_DATA=$(git log --pretty="format:%ci [%h](https://gitlab.com/nofusscomputing/projects/gitlab-ci/-/commit/%H) - %s " --follow -- "${D}")
|
CHANGELOG_DATA=$(git log --pretty="format:%ci [%h](https://gitlab.com/nofusscomputing/projects/gitlab-ci/-/commit/%H) - %s " --follow -- "${D}")
|
||||||
@ -17,5 +15,6 @@ for D in *; do
|
|||||||
|
|
||||||
git add ${D}/CHANGELOG.md
|
git add ${D}/CHANGELOG.md
|
||||||
|
|
||||||
|
fi
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
Submodule website-template updated: cb55c6bdca...4ea7ab29be
Reference in New Issue
Block a user