IJI-1242 intellij is aliased with ultimate: docs links

GitOrigin-RevId: f8a9af300ec7a9dfe34dd0c0af65c9b72ee9d4fa
This commit is contained in:
Dmitriy.Panov
2023-12-23 12:08:54 +01:00
committed by intellij-monorepo-bot
parent e7a787ae2a
commit 1d6d80f49a
2 changed files with 2 additions and 2 deletions

View File

@@ -19,7 +19,7 @@ The promotion process:
- Before the promotion increase the version of the artifact at [build.gradle.kts](build.gradle.kts)
- Run the corresponding [task](https://buildserver.labs.intellij.net/buildConfiguration/ijplatform_master_IjWsmCodegenImplPublisher#all-projects) on TC
- Check that the new version of the artifact was uploaded to [intellij-dependencies](https://jetbrains.team/p/ij/packages/maven/intellij-dependencies/com.jetbrains.intellij.platform/workspace-model-codegen-impl)
- Increase the version of the generator the [Workspace Model](https://jetbrains.team/p/ij/repositories/intellij/files/786c6a41a3c6209c3b385c579ea5cbee5051a198/community/platform/workspaceModel/storage/src/com/intellij/workspaceModel/storage/generatedCodeCompatibility.kt?tab=source&line=10&lines-count=1)
- Increase the version of the generator the [Workspace Model](https://jetbrains.team/p/ij/repositories/ultimate/files/786c6a41a3c6209c3b385c579ea5cbee5051a198/community/platform/workspaceModel/storage/src/com/intellij/workspaceModel/storage/generatedCodeCompatibility.kt?tab=source&line=10&lines-count=1)
### Known issues and different approaches

View File

@@ -11,4 +11,4 @@ API is connected to other projects as **JAR** library. To promote the new versio
- Increase the version of the artifact at [build.gradle.kts](build.gradle.kts)
- Run the corresponding [task](https://buildserver.labs.intellij.net/buildConfiguration/ijplatform_master_IjWsmCodegenPublisher#all-projects) on TC
- Check that the new version of the artifact was uploaded to [intellij-dependencies](https://jetbrains.team/p/ij/packages/maven/intellij-dependencies/com.jetbrains.intellij.platform/workspace-model-codegen)
- Update the version of dependency in [IntelliJ project](https://jetbrains.team/p/ij/repositories/intellij/files/.idea/libraries/workspace_model_codegen.xml) and in [Code-Generator Impl](https://jetbrains.team/p/ij/repositories/intellij/files/community/platform/workspace/codegen-impl/build.gradle.kts)
- Update the version of dependency in [IntelliJ project](https://jetbrains.team/p/ij/repositories/ultimate/files/.idea/libraries/workspace_model_codegen.xml) and in [Code-Generator Impl](https://jetbrains.team/p/ij/repositories/ultimate/files/community/platform/workspace/codegen-impl/build.gradle.kts)