From 6df6e0c09ecfa55f10aeeacfeacea5a721ef546d Mon Sep 17 00:00:00 2001 From: ShimantaBhuyan Date: Sun, 30 Jun 2024 20:04:07 +0530 Subject: [PATCH] chore: update readme and copy with updated name --- CHANGELOG.md | 4 ++-- README.md | 12 ++---------- extension.js | 2 +- 3 files changed, 5 insertions(+), 13 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d3d4da..dfffbd6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,9 @@ # Change Log -All notable changes to the "commit2tweet" extension will be documented in this file. +All notable changes to the "commit2share" extension will be documented in this file. Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file. ## [Unreleased] -- Initial release \ No newline at end of file +- Initial release diff --git a/README.md b/README.md index e6284af..bc95e5f 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Run locally with Ollama! ## Get it in the VSCode Extension Marketplace -Search for "Commit2Tweet" in the VSCode Extension Marketplace +Search for "Commit2Share" or "Commit2Tweet" in the VSCode Extension Marketplace Or go here: https://marketplace.visualstudio.com/items?itemName=ShimantaKrishnaBhuyan.commit2tweet @@ -31,7 +31,7 @@ Or go here: https://marketplace.visualstudio.com/items?itemName=ShimantaKrishnaB ## How to Use -The Commit2Tweet extension allows you to easily share your latest commit changes on Twitter or LinkedIn directly from VS Code. Here's how to use it: +The Commit2Share extension allows you to easily share your latest commit changes on Twitter or LinkedIn directly from VS Code. Here's how to use it: ### Sharing to Twitter @@ -70,11 +70,3 @@ To access these settings, go to File > Preferences > Settings and search for "co ## Known Issues Currently, there are no known issues with this extension. - -## Release Notes - -### 1.0.0 - -Initial release of commit2tweet. - ---- diff --git a/extension.js b/extension.js index 9a64525..29808fd 100644 --- a/extension.js +++ b/extension.js @@ -7,7 +7,7 @@ const https = require("https"); * @param {vscode.ExtensionContext} context */ function activate(context) { - console.log('Congratulations, your extension "commit2tweet" is now active!'); + console.log('Congratulations, your extension "commit2share" is now active!'); let twitterShareDisposable = vscode.commands.registerCommand( "commit2tweet.tweetCommitDiff",