Skip to content

Commit

Permalink
docs: Update changelog help message
Browse files Browse the repository at this point in the history
  • Loading branch information
M0nkeySan authored Jun 21, 2024
1 parent 17dc23a commit 6af9b3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/core/viewBuilders/buildHelpMessage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export function buildHelpMessage(channelId: string): ChatPostMessageArguments {
text: `\
Here are the available commands:
- /homer changelog - Generate changelogs for any Gitlab project using release tags.
- /homer changelog - Display changelogs, for any Gitlab project, between 2 release tags.
- /homer project add <project_name|project_id> - Add a Gitlab project to a channel.
- /homer project list - List the Gitlab projects added to a channel.
- /homer project remove - Remove a Gitlab project from a channel.
Expand All @@ -23,7 +23,7 @@ Don't hesitate to join me on #moes-tavern-homer to take a beer!`,
text: `\
Here are the available commands:
• \`/homer changelog\` Generate changelogs for any Gitlab project using release tags.
• \`/homer changelog\` Display changelogs, for any Gitlab project, between 2 release tags.
• \`/homer project add <project_name|project_id>\` Add a Gitlab project to a channel.
• \`/homer project list\` List the Gitlab projects added to a channel.
• \`/homer project remove\` Remove a Gitlab project from a channel.
Expand Down

0 comments on commit 6af9b3f

Please sign in to comment.