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
Copy file name to clipboardExpand all lines: .github/CONTRIBUTING.md
+9-10Lines changed: 9 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -111,7 +111,7 @@ But we use the __merge commit strategy for merging PRs to the main branch from t
111
111
112
112
# Release process
113
113
114
-
Once the PR is approved and merged into the main branch, a project maintainer can start the release process by tagging the main branch with the corresponding version numbers.
114
+
Once the PR is approved and merged into the main branch, a project maintainer can start the release process by tagging the main branch with the corresponding version numbers.
115
115
116
116
This project includes a helper script, [`script/release`](./script/release)
117
117
designed to streamline the process of tagging and pushing new releases for
@@ -149,18 +149,17 @@ This project adheres to the [Software Package Data Exchange (SPDX)](https://spdx
149
149
This license must be used forall new code, unless the containing project, module or externally-imported codebase uses a different license. If you can't put a headerin the file due to its structure, please put it in a LICENSE file in the same directory.
150
150
151
151
```
152
-
// SPDX-FileCopyrightText: {{ year }} Telefónica Innovación Digital and contributors. All rights reserved
153
-
// SPDX-License-Identifier: Apache-2.0
152
+
// SPDX-FileCopyrightText: {{ year }} Telefónica Innovación Digital
154
153
155
-
# SPDX-FileCopyrightText: {{ year }} Telefónica Innovación Digital and contributors. All rights reserved
154
+
# SPDX-FileCopyrightText: {{ year }} Telefónica Innovación Digital
156
155
# SPDX-License-Identifier: Apache-2.0
157
156
158
157
<!--
159
-
SPDX-FileCopyrightText: {{ year }} Telefónica Innovación Digital and contributors. All rights reserved
158
+
SPDX-FileCopyrightText: {{ year }} Telefónica Innovación Digital
160
159
SPDX-License-Identifier: Apache-2.0
161
160
-->
162
161
163
-
SPDX-FileCopyrightText: {{ year }} Telefónica Innovación Digital and contributors. All rights reserved
162
+
SPDX-FileCopyrightText: {{ year }} Telefónica Innovación Digital
0 commit comments