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: README.adoc
+68Lines changed: 68 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -402,3 +402,71 @@ Go to `File` -> `Settings` -> `Other settings` -> `Checkstyle`. There click on t
402
402
- `checkstyle.additional.suppressions.file` - this variable corresponds to suppressions in your local project. E.g. you're working on `spring-cloud-contract`. Then point to the `project-root/src/checkstyle/checkstyle-suppressions.xml` folder. Example for `spring-cloud-contract` would be: `/home/username/spring-cloud-contract/src/checkstyle/checkstyle-suppressions.xml`.
403
403
404
404
IMPORTANT: Remember to set the `Scan Scope` to `All sources` since we apply checkstyle rules for production and test sources.
405
+
406
+
== Releasing
407
+
408
+
=== Bump the versions of all the dependencies
409
+
410
+
Go to root project's `pom.xml` and update the properties to point to proper dependency versions.
IMPORTANT: Notice that we have to update the `otel-dependencies` module manually.
419
+
420
+
=== Build the project
421
+
422
+
IMPORTANT: Remember to add a proper profile. `milestone` for milestones / release candidates, `central` for GA versions. No profile is required for snapshots.
0 commit comments