Skip to content
Snippets Groups Projects
Commit a160b992 authored by Mathias Goebel's avatar Mathias Goebel :reminder_ribbon:
Browse files

fix: ms page

parent d5d78eb0
No related branches found
No related tags found
No related merge requests found
Pipeline #236958 passed
...@@ -46,4 +46,23 @@ echo "" >> src/tmp.md # newline ...@@ -46,4 +46,23 @@ echo "" >> src/tmp.md # newline
curl https://ahiqar.uni-goettingen.de/api/website/collation | sed "s#xhtml:##g" >> src/tmp.md curl https://ahiqar.uni-goettingen.de/api/website/collation | sed "s#xhtml:##g" >> src/tmp.md
# check result at tmp.md and than # check result at tmp.md and than
mv src/tmp.md src/collation.md mv src/tmp.md src/collation.md
```
## Release
```bash
git checkout develop
git pull
git checkout main
git pull
git merge --ff develop
# This updates the changelog file and push to the main.
npm run changelog
git push --follow-tags origin main
# update develop
git checkout develop
git merge --ff main
git push
``` ```
\ No newline at end of file
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment