Skip to content

Change link url to zip file to match names created by github tags #1

@NorthDecoder

Description

@NorthDecoder

Version: 0.0.13

In

  • file: script.js
  • function: add_current_version_zip_file_link_to_button

Change
FROM:

        let version = "v" + semver
        let filename = "commitlint_d-oh-" + version + ".zip"

TO:

        let filename = "commitlint_doh-" + semver + ".zip"
  • change the name spelling
  • Remove 'v' before version number
  • Use the semver input directly

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions