rdfjs / types

Authoritative TypeScript typings for all RDFJS specifications
MIT License
17 stars 13 forks source link

Use a files pattern that works for both npm and yarn #50

Closed matthieubosquet closed 1 month ago

matthieubosquet commented 1 month ago

Fixes issue #49.

This changes the files pattern in package.json to something that both yarn and npm recognise.

changeset-bot[bot] commented 1 month ago

🦋 Changeset detected

Latest commit: b51539c858676dc5a0548d2a5a0e08d01012e7d0

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package | Name | Type | | ------------ | ----- | | @rdfjs/types | Patch |

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

matthieubosquet commented 1 month ago

@tpluscode with this PR, the current release process should be able to successfully create a v1.1.1 granted we delete the currently existing:

  1. v1.1.1 tag
  2. v1.1.1 release

I would be more than happy to PR an update to the current action to test a GitHub release based publish flow if people are happy about it (maybe for a v1.1.2).

tpluscode commented 1 month ago

Well, turns out we cannot unpublished 1.1.1 without publishing a newer version first. There is no way back and we can try removing 1.1.1 from the registry later

matthieubosquet commented 1 month ago

Superseded by https://github.com/rdfjs/types/pull/51