@redpanda-data/docs-extensions-and-macros 3.5.3 → 3.5.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -19,7 +19,7 @@ const github = new OctokitWithRetries(githubOptions);
19
19
  module.exports = async () => {
20
20
  try {
21
21
  const release = await github.rest.repos.getLatestRelease({ owner, repo });
22
- tag = release.data.tag_name;
22
+ tag = release.data.tag_name.replace(/^v/, '');
23
23
  return tag;
24
24
  } catch (error) {
25
25
  console.error(error);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@redpanda-data/docs-extensions-and-macros",
3
- "version": "3.5.3",
3
+ "version": "3.5.4",
4
4
  "description": "Antora extensions and macros developed for Redpanda documentation.",
5
5
  "keywords": [
6
6
  "antora",