Add commit-message-generator extension#8555
Add commit-message-generator extension#8555raycastbot merged 4 commits intoraycast:mainfrom rokartur:ext/commit-message-generator
Conversation
- inital commit - The last time I tried this the monkey didn\'t survive. Let\'s hope it works better this time.
|
Congratulation on your new Raycast extension! 🚀 We will review it shortly. Once the PR is approved and merged, the extension will be available on the Store. |
|
This pull request has been automatically marked as stale because it did not have any recent activity. It will be closed if no further activity occurs in the next 7 days to keep our backlog clean 😊 |
pernielsentikaer
left a comment
There was a problem hiding this comment.
Hi 👋
Thanks for your contribution 💪
I have now tested your extension, and I have some feedback ready for you 🙂
I'm looking forward to testing this extension again 🔥
Request a new review when you are ready. Feel free to contact me here or at Slack if you have any questions.
| @@ -0,0 +1,3 @@ | |||
| # Commit Message Generator | |||
|
|
|||
| whatthecommit.com No newline at end of file | |||
There was a problem hiding this comment.
Could you add a bit more context here since there is no metadata due to no-view command 🙂
| "icon": "extension-icon.png", | ||
| "author": "rokartur", | ||
| "categories": [ | ||
| "Developer Tools" |
There was a problem hiding this comment.
| "Developer Tools" | |
| "Developer Tools", | |
| "Fun" |
| import { Clipboard } from "@raycast/api"; | ||
| import { showToast } from "@raycast/api"; | ||
| import { showHUD } from "@raycast/api"; | ||
| import { closeMainWindow } from "@raycast/api"; | ||
| import { setTimeout } from "timers/promises"; |
There was a problem hiding this comment.
| import { Clipboard } from "@raycast/api"; | |
| import { showToast } from "@raycast/api"; | |
| import { showHUD } from "@raycast/api"; | |
| import { closeMainWindow } from "@raycast/api"; | |
| import { setTimeout } from "timers/promises"; | |
| import { Clipboard, showHUD, closeMainWindow } from "@raycast/api"; |
- Merge branch \'contributions/merge-1697132179873609000\' - Pull contributions - update readme fixed some things - The last time I tried this the monkey didn\'t survive. Let\'s hope it works better this time.
|
@pernielsentikaer I've made changes |
pernielsentikaer
left a comment
There was a problem hiding this comment.
Hi 👋
Looks good to me, approved 🔥
|
Published to the Raycast Store: |
|
🎉 🎉 🎉 We've rewarded your Raycast account with some credits. You will soon be able to exchange them for some swag. |
Description
Screencast
Checklist
npm run buildand tested this distribution build in Raycastassetsfolder are used by the extension itselfREADMEare placed outside of themetadatafolder