-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs(changelog): Added Changelog for CMCC v12.2412.0.0 Approval
* 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
1 parent
7e75d0f
commit 0bb1b85
Showing
4 changed files
with
61 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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)\] |