You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Your PR title must follow [conventional commits](https://www.conventionalcommits.org/en/v1.0.0/#summary) (as we are doing squash merge for each PR), so it must start with one of the following [types](https://github.com/angular/angular/blob/22b96b9/CONTRIBUTING.md#type):
9
+
10
+
-[ ] build: Changes that affect the build system or external dependencies (example scopes: yarn, eslint, typescript)
11
+
-[ ] ci: Changes to our CI configuration files and scripts (example scopes: vercel, github, cypress)
12
+
-[ ] docs: Documentation-only changes
13
+
-[ ] feat: A new feature
14
+
-[ ] fix: A bug fix
15
+
-[ ] perf: A code change that improves performance
16
+
-[ ] refactor: A code change that doesn't fix a bug, or add a feature, or improves performance
17
+
-[ ] style: Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc)
18
+
-[ ] test: Adding missing tests or correcting existing tests
19
+
20
+
21
+
## 3. Deployment tag versioning
22
+
23
+
Has the version in `params/version.go` been updated?
24
+
25
+
-[ ] This PR doesn't involve a new deployment, git tag, docker image tag, and it doesn't affect traces
0 commit comments