Skip to content

Commit

Permalink
build process, documentation, changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
openmindculture committed Sep 1, 2023
1 parent 707bfc7 commit fbeea9f
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 8 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
26 changes: 20 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Binary file not shown.
13 changes: 13 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -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"
}

0 comments on commit fbeea9f

Please sign in to comment.