Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes typo in company name (and removes trailing spaces) #85

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Developped by Maxime HAMM
[email protected]_

This plugin is compatible with Jetbrain products
This plugin is compatible with Jetbrains products

- `plugin` : main plugin code
- `extensions` : extensions (future use)
Expand All @@ -26,7 +26,7 @@ Setup a system variable :
- Edit `~/.bash_profile` (if you're using bash)
Then `source ~/.bash_profile`
Add `export ORG_GRADLE_PROJECT_intellijPublishToken='xxxx'`
- Or add `-DPublishToken=xxxx` as VM Parameter
- Or add `-DPublishToken=xxxx` as VM Parameter

_Token is known by Maxime HAMM :)_

Expand All @@ -43,7 +43,7 @@ _Token is known by Maxime HAMM :)_
- Upgrade version in `./build.gradle`
- Update change note in `./plugin-tzatziki/build.gradle`
- Update change note in `./plugin-i18n/build.gradle`
- Publish to marketplace
- Publish to marketplace
- Using task `plugin-tzatziki > Tasks > intellij > publishPlugin`
- Using task `plugin-i18n > Tasks > intellij > publishPlugin`

Expand Down