Skip to content

Commit

Permalink
docs(changelog): Added Changelog for CMCC v12.2412.0.0 Approval
Browse files Browse the repository at this point in the history
* Updated main `CHANGELOG.md`
* Added details to new `v12.2412.0.0-1.md` changelog.
* Updated previous changelog, to contain a reference back
  to the "parent" document to ease navigation in GitHub pages.
  • Loading branch information
mmichaelis committed Feb 5, 2025
1 parent 7e75d0f commit 0bb1b85
Show file tree
Hide file tree
Showing 4 changed files with 61 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Changelog
================================================================================

v2412.0.0-1
--------------------------------------------------------------------------------

* Updated dependencies to CoreMedia Content Cloud v12.2412.0.0.
* **Studio-Client**: Changed references to workspace artifacts using the
`workspace:` protocol as version identifier.

v2406.1.0-1
--------------------------------------------------------------------------------

Expand Down
1 change: 1 addition & 0 deletions docs/changelog/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ keeping an overview in the main changelog of the workspace.

<!-- Place new releases at the top of the list. -->

* [v2412.0.0-1](./v12.2412.0.0-1.md)
* [v2406.1.0-1](./v12.2406.1.0-1.md)

--------------------------------------------------------------------------------
Expand Down
4 changes: 4 additions & 0 deletions docs/changelog/v12.2406.1.0-1.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# GlobalLink Connect Cloud for CoreMedia Content Cloud v2406.1.0-1

\[[Up](./README.md)\]

## Summary

Despite adapting the connector to CoreMedia Content Cloud v12.2406.1.0, we
Expand Down Expand Up @@ -352,3 +354,5 @@ or GlobalLink Project Director (PD).

This new naming concept now also allows to refer to the artifacts created by
the contract test in the manual test steps.

\[[Up](./README.md)\]
49 changes: 49 additions & 0 deletions docs/changelog/v12.2412.0.0-1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
# GlobalLink Connect Cloud for CoreMedia Content Cloud v2412.0.0-1

\[[Up](./README.md)\]

## Summary

* Adapted the connector to CoreMedia Content Cloud v12.2412.0.0.

## Upgrade Information 🆙

Ensure to update custom or adapted `package.json` to also refer to workspace
artifacts via `workspace:` version, like:

```json
{
"dependencies": {
"@coremedia/studio-client.cap-base-models": "workspace:*"
}
}
```

## Improvements 💪

### CoreMedia Content Cloud v12.2412.0.0 Adaptations

## Minor Changes 🧹

### Removed Extension-Tool Left-Overs

* Removed the `<relativePath>` added via Extension-Tool (will be recreated
automatically when running the Extension-Tool again).

## Behind the Scenes 🎭

### Enhanced Release Steps Documentation

* Adjusted release steps to reflect the current development workflow and to
use modern Git commands (`git switch`).

* Straightened manual test steps, also providing a screenshot of the
GlobalLink Management Dashboard to ease accessing the UI during
manual tests.

### Validate for Extension-Tool Left-Overs

* Added a validation to check for `<relativePath>` in `pom.xml` files during
pull request checks.

\[[Up](./README.md)\]

0 comments on commit 0bb1b85

Please sign in to comment.