Skip to content

Commit

Permalink
ci(release): fixed templates
Browse files Browse the repository at this point in the history
  • Loading branch information
AlejandroSuero committed May 12, 2024
1 parent b00ea1c commit 558fdb1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,8 @@ jobs:
env:
LUAROCKS_API_KEY: ${{ secrets.LUAROCKS_API_KEY }}
with:
summary: |
A code snapshot plugin using freeze.
summary: "A code snapshot plugin using freeze."
detailed_description: |
This plugin allows you to take a "screenshot" of your code,
This plugin allows you to take a `screenshot` of your code,
thanks to freeze by charm.sh.
template: "./rockspec.template"
8 changes: 4 additions & 4 deletions freeze-code.nvim-scm-1.rockspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ package = "freeze-code.nvim"
version = _MODREV .. _SPECREV

description = {
summary = "A code snapshot plugin using freeze.",
summary = "A code snapshot plugin using freeze",
detailed = [[
This plugin allows you to take a "screenshot" of your code,
This plugin allows you to take a `screenshot` of your code,
thanks to freeze by charm.sh.
]],
]],
homepage = "https://github.com/AlejandroSuero/freeze-code.nvim",
license = "MIT/X11",
license = "MIT",
labels = { "neovim", "snapshot", "screenshot", "freeze" },
}

Expand Down

0 comments on commit 558fdb1

Please sign in to comment.