Skip to content

Commit

Permalink
Prepping plugin for first release
Browse files Browse the repository at this point in the history
  • Loading branch information
bcosynot committed Jul 17, 2023
1 parent 5f4c7f3 commit 9a9f8b3
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,8 @@
# Makerflow plugin for IntelliJ based IDEs

![Build](https://github.com/makerflow/intellij-plugin/workflows/Build/badge.svg)
[![Version](https://img.shields.io/jetbrains/plugin/v/PLUGIN_ID.svg)](https://plugins.jetbrains.com/plugin/PLUGIN_ID)
[![Downloads](https://img.shields.io/jetbrains/plugin/d/PLUGIN_ID.svg)](https://plugins.jetbrains.com/plugin/PLUGIN_ID)

## Template ToDo list
- [x] Create a new [IntelliJ Platform Plugin Template][template] project.
- [x] Verify the [pluginGroup](/gradle.properties), [plugin ID](/src/main/resources/META-INF/plugin.xml) and [sources package](/src/main/kotlin).
- [x] Review the [Legal Agreements](https://plugins.jetbrains.com/docs/marketplace/legal-agreements.html).
- [ ] [Publish a plugin manually](https://plugins.jetbrains.com/docs/intellij/publishing-plugin.html?from=IJPluginTemplate) for the first time.
- [ ] Set the Plugin ID in the above README badges.
- [ ] Set the [Deployment Token](https://plugins.jetbrains.com/docs/marketplace/plugin-upload.html).
- [x] Click the <kbd>Watch</kbd> button on the top of the [IntelliJ Platform Plugin Template][template] to be notified about releases containing new features and fixes.
[![Version](https://img.shields.io/jetbrains/plugin/v/22279.svg)](https://plugins.jetbrains.com/plugin/22279)
[![Downloads](https://img.shields.io/jetbrains/plugin/d/22279.svg)](https://plugins.jetbrains.com/plugin/22279)

<!-- Plugin description -->
[Makerflow](https://makerflow.co) empowers software engineers to minimize interruptions, distractions and context
Expand Down

0 comments on commit 9a9f8b3

Please sign in to comment.