deno-xml-parser icon indicating copy to clipboard operation
deno-xml-parser copied to clipboard

No release

Open lindsaykwardell opened this issue 4 years ago • 2 comments

Not an issue specifically with the package, it seems good so far from what I've seen.

Would you mind tagging a release? It makes things easier when importing Deno modules so things don't change unexpectedly in production.

Thank you for your work on this!

lindsaykwardell avatar May 27 '20 22:05 lindsaykwardell

The norm is to use semantic version numbers (semver) prefixed with a v for the release tags.

Example: the full tag for version 1.0.2 would be v1.0.2

Helpful info:

  • https://docs.github.com/en/free-pro-team@latest/github/administering-a-repository/managing-releases-in-a-repository
  • https://semver.org/

jsejcksn avatar Oct 05 '20 06:10 jsejcksn

@lindsaykwardell You can use commit hashes in place of branches/tags if you want to pin. (e.g. https://raw.githubusercontent.com/nekobato/deno-xml-parser/0bc4c2bd2f5fad36d274279978ca57eec57c680c/index.ts)

jsejcksn avatar Oct 05 '20 06:10 jsejcksn