gitlab-ci
learn
- GitLab CICD - Nana course
- gitlab-ci-udemy
- https://www.youtube.com/playlist?list=PLu-nSsOS6FRLA_6gcYKS0lGzZ4dkracbt
- Set a complete GitLab pipeline for Angular
test gitlab-ci locally
Note
The method I had more comfort using was this: https://github.com/firecow/gitlab-ci-local
-
install gitlab-runner: https://docs.gitlab.com/runner/install/linux-manually.html
-
https://blog.asksven.io/posts/testing-gitlab-ci-pipelines-locally/
-
https://medium.com/@umutuluer/how-to-test-gitlab-ci-locally-f9e6cef4f054
gitlab-ci rules
gitlab-ci templates
Automating Releases
This seems to be useful:
https://about.gitlab.com/blog/2023/11/01/tutorial-automated-release-and-release-notes-with-gitlab/