This month, although the new release of GitLab contains 44 improvements, only 3 of them caught my attention. They are relatively minor, so this post will be really brief. ๐
As always, you can read the full release notes on their official blog.
Support wildcards when including YAML CI/CD configuration files
I don't have a use case yet where I would like to include a lot of .gitlab-ci.yml
files, but I think it's worth keeping this new functionality in mind when designing CI/CD pipelines. Maybe this will help me someday? ๐ค
Git default branch name change
Have you read my post on a more inclusive workplace? This new improvement can be considered very minimal, but since many developers doesn't botter to change the default values, this change will help the world to get rid of the master
word in Git. ๐
WIP (work in progress) merge requests removal
I can't remember how many times a new colleague asked me what the WIP acronym stood for when he first started using our self-managed GitLab. ๐ So I am very happy that this term is now deprecated and will be removed in the next major release. ๐ค
Top comments (0)