From f807de1911b24aa4e1653a6f280b1df88b6ed016 Mon Sep 17 00:00:00 2001 From: Hermann Kao Date: Wed, 26 Jun 2024 09:18:37 +0200 Subject: [PATCH] fix ci --- README.md | 4 +- src/main/resources/META-INF/plugin.xml | 67 +------------------------- 2 files changed, 3 insertions(+), 68 deletions(-) diff --git a/README.md b/README.md index fdd34c5..546b0d8 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ ![Build](https://github.com/itishermann/ollama-commit-summarizer/workflows/Build/badge.svg) [![Version](https://img.shields.io/jetbrains/plugin/v/MARKETPLACE_ID.svg)](https://plugins.jetbrains.com/plugin/MARKETPLACE_ID) [![Downloads](https://img.shields.io/jetbrains/plugin/d/MARKETPLACE_ID.svg)](https://plugins.jetbrains.com/plugin/MARKETPLACE_ID) - + The Ollama Commit Summarizer Plugin enhances your development workflow by automatically generating meaningful and context-aware commit messages. Powered by Ollama's advanced language model, this plugin analyzes your code changes and provides precise, human-readable commit messages that save time and ensure consistency across your projects. ## Features @@ -51,7 +51,7 @@ This project is licensed under the MIT License. See the [LICENSE](LICENSE) file --- Enhance your development process with the Ollama Commit Summarizer Plugin and experience the future of automated commit messaging! - + --- Plugin based on the [IntelliJ Platform Plugin Template][template]. diff --git a/src/main/resources/META-INF/plugin.xml b/src/main/resources/META-INF/plugin.xml index bc1f361..6f71507 100644 --- a/src/main/resources/META-INF/plugin.xml +++ b/src/main/resources/META-INF/plugin.xml @@ -3,72 +3,7 @@ me.itishermann.ollamacommitsummarizer Ollama Commit Summarizer itishermann - Ollama Commit Summarizer Plugin

-

Overview: -The Ollama Commit Summarizer Plugin enhances your development workflow by automatically generating meaningful and context-aware commit messages. Powered by Ollama's advanced language model, this plugin analyzes your code changes and provides precise, human-readable commit messages that save time and ensure consistency across your projects.

-

Features:

-
    -
  1. Automated Commit Messages:

    -
      -
    • Generate descriptive commit messages based on code changes.
    • -
    • Supports various commit styles (e.g., Conventional Commits, Gitmoji).
    • -
    -
  2. -
  3. Context-Aware Analysis:

    -
      -
    • Understands the context of your code changes for accurate message generation.
    • -
    • Incorporates relevant code snippets and file names for clarity.
    • -
    -
  4. -
  5. Customizable Templates:

    -
      -
    • Customize commit message templates to fit your team's standards.
    • -
    • Easily toggle between different templates as needed.
    • -
    -
  6. -
  7. Integration with Git:

    -
      -
    • Seamless integration with Git and popular VCS tools.
    • -
    • Compatible with GitHub, GitLab, Bitbucket, and more.
    • -
    -
  8. -
  9. Interactive Suggestions:

    -
      -
    • Provides multiple commit message suggestions for you to choose from.
    • -
    • Edit and refine suggested messages before committing.
    • -
    -
  10. -
  11. Language Support:

    -
      -
    • Supports multiple programming languages and frameworks.
    • -
    • Continually updated to recognize new languages and libraries.
    • -
    -
  12. -
-

Benefits:

- -

Installation:

-
    -
  1. Navigate to the JetBrains Marketplace.
  2. -
  3. Search for "Ollama Commit Summarizer."
  4. -
  5. Click "Install" and follow the prompts to add the plugin to your IDE.
  6. -
  7. Configure the plugin settings to match your preferences and start generating commit messages instantly.
  8. -
-

Requirements:

- -

Support and Documentation: -For detailed documentation, troubleshooting, and support, visit itishermann.me or contact the developer at dev@itishermann.me.

-

Enhance your development process with the Ollama Commit Summarizer Plugin and experience the future of automated commit messaging!

-]]>
+ com.intellij.modules.platform