diff --git a/CHANGELOG.md b/CHANGELOG.md index 15e3abb..6fdd3c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,8 +2,8 @@ # intellij-cute-pink-light-theme Changelog -## 0.9.0 - 2023-08-30 -- add missing color definitions for 2023.2 +## 0.9.0 - 2023-09-01 +- add missing color definitions for 2023.2 ##17 ## 0.8.4 - 2023-07-31 ### Fixed diff --git a/README.md b/README.md index 60eeeab..328a9f0 100644 --- a/README.md +++ b/README.md @@ -70,12 +70,26 @@ More information about colors and fonts can be found here: https://www.jetbrains ### Development, Build and Export - Edit colors in `src/main/META-INF/cute_pink_light_theme.json`. -- Edit theme version, supported IDE versions, and other data, in - - `src/main/resources/META-INF/plugin.xml` - - `src/main/resources/META-INF/MANIFEST.MF` (only used for alternative manual export) - - `gradle.properties` (only used for IntelliJ gradle build) - - `build.gradle.kts` (only used for IntelliJ gradle build) -- Edit the `CHANGELOG.md` +- As a contributor: + - create a pull request on GitHub. +- As a maintainer: + - Edit theme version, supported IDE versions, and other data, in + - `src/main/resources/META-INF/plugin.xml` + - `src/main/resources/META-INF/MANIFEST.MF` + - `package.json` + - `gradle.properties` (only used for IntelliJ gradle build) + - `build.gradle.kts` (only used for IntelliJ gradle build) + - Build using one of the methods described below. + - Add a change log in `CHANGELOG.md`. + - Add a git tag, create a release, and add the theme zip. + - Upload the theme zip to JetBrains marketplace. + +#### Shell Build (beta) + +`npm run build` + +- requires `bash`/`sh`! +- creates a `build/distributions/intellij-cute-pink-light-theme-x.y.z.zip` #### IntelliJ Gradle Build diff --git a/build/distributions/intellij-cute-pink-light-theme-0.9.0.zip b/build/distributions/intellij-cute-pink-light-theme-0.9.0.zip new file mode 100644 index 0000000..1b5282f Binary files /dev/null and b/build/distributions/intellij-cute-pink-light-theme-0.9.0.zip differ diff --git a/package.json b/package.json new file mode 100644 index 0000000..d729f44 --- /dev/null +++ b/package.json @@ -0,0 +1,13 @@ +{ + "name": "intellij-cute-pink-light-theme", + "version": "0.9.0", + "description": "theme for JetBrains IDE editors like PhpStorm or IntelliJ IDEA", + "scripts": { + "build": "./build.sh $npm_package_version" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/openmindculture/intellij-cute-pink-light-theme.git" + }, + "author": "Ingo Steinke" +} \ No newline at end of file