Skip to content

Commit c847728

Browse files
committed
Standardize template-placeholder
1 parent 35575d4 commit c847728

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.github/workflows/checkBuild.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
uses: actions/upload-artifact@v4
7171
with:
7272
name: plugin-files-java-${{ matrix.java }}
73-
path: build/libs/intellij-plugin-template-*.jar
73+
path: build/libs/template-placeholder-*.jar
7474
if-no-files-found: error
7575

7676
code-style:

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,17 +46,17 @@ Start idea and import the `build.gradle` file with "File > Open". Then in the "I
4646
./gradlew cleanIdea idea
4747
```
4848

49-
IntelliJ should refresh and the project is now configured as a gradle project. You can find IntelliJ gradle tasks in "Gradle > Gradle projects > intellij-plugin-template > Tasks > intellij". To run the plugin, use the `runIde` task:
49+
IntelliJ should refresh and the project is now configured as a gradle project. You can find IntelliJ gradle tasks in "Gradle > Gradle projects > template-placeholder > Tasks > intellij". To run the plugin, use the `runIde` task:
5050

5151
```bash
5252
# Run the plugin (starts new idea)
5353
./gradlew runIde
5454
```
5555

56-
## Releasing [![Build](https://img.shields.io/github/actions/workflow/status/xdev-software/intellij-plugin-template/release.yml?branch=master)](https://github.com/xdev-software/intellij-plugin-template/actions/workflows/release.yml)
56+
## Releasing [![Build](https://img.shields.io/github/actions/workflow/status/xdev-software/template-placeholder/release.yml?branch=master)](https://github.com/xdev-software/template-placeholder/actions/workflows/release.yml)
5757

5858
Before releasing:
59-
* Consider doing a [test-deployment](https://github.com/xdev-software/intellij-plugin-template/actions/workflows/test-deploy.yml?query=branch%3Adevelop) before actually releasing.
59+
* Consider doing a [test-deployment](https://github.com/xdev-software/template-placeholder/actions/workflows/test-deploy.yml?query=branch%3Adevelop) before actually releasing.
6060
* Check the [changelog](CHANGELOG.md)
6161

6262
If the ``develop`` is ready for release, create a pull request to the ``master``-Branch and merge the changes

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
[![Latest version](https://img.shields.io/jetbrains/plugin/v/pluginId?logo=jetbrains)](https://plugins.jetbrains.com/plugin/pluginId)
2-
[![Build](https://img.shields.io/github/actions/workflow/status/xdev-software/intellij-plugin-template/checkBuild.yml?branch=develop)](https://github.com/xdev-software/intellij-plugin-template/actions/workflows/checkBuild.yml?query=branch%3Adevelop)
3-
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=xdev-software_intellij-plugin-template&metric=alert_status)](https://sonarcloud.io/dashboard?id=xdev-software_intellij-plugin-template)
2+
[![Build](https://img.shields.io/github/actions/workflow/status/xdev-software/template-placeholder/checkBuild.yml?branch=develop)](https://github.com/xdev-software/template-placeholder/actions/workflows/checkBuild.yml?query=branch%3Adevelop)
3+
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=xdev-software_template-placeholder&metric=alert_status)](https://sonarcloud.io/dashboard?id=xdev-software_template-placeholder)
44
[![Feel free to leave a rating](https://img.shields.io/jetbrains/plugin/r/rating/pluginId?style=social&logo=jetbrains&label=Feel%20free%20to%20leave%20a%20rating)](https://plugins.jetbrains.com/plugin/pluginId/reviews)
55

6-
# <img alt="Plugin icon" src="./src/main/resources/META-INF/pluginIcon.svg" height="30"> intellij-plugin-template
6+
# <img alt="Plugin icon" src="./src/main/resources/META-INF/pluginIcon.svg" height="30"> template-placeholder
77

88

99

1010
## Installation
11-
[Installation guide for the latest release](https://github.com/xdev-software/intellij-plugin-template/releases/latest#Installation)
11+
[Installation guide for the latest release](https://github.com/xdev-software/template-placeholder/releases/latest#Installation)
1212

1313
> [!TIP]
1414
> [Development versions](https://plugins.jetbrains.com/plugin/pluginId/versions/snapshot) can be installed by [adding the ``snapshot`` release channel as a plugin repository](https://www.jetbrains.com/help/idea/managing-plugins.html#repos):<br/>

0 commit comments

Comments
 (0)