nix-community / nix-index

Quickly locate nix packages with specific files [maintainers=@bennofs @figsoda @raitobezarius]
Other
835 stars 48 forks source link

fix(command-not-found): nix command suggestions #214

Closed figsoda closed 1 year ago

figsoda commented 1 year ago

closes #185

doronbehar commented 1 year ago

The issue fixed here has annoyed me for a while now... Is there a chance for a new release? :pray:

figsoda commented 1 year ago

@bennofs would you mind if I cut a new release?

figsoda commented 1 year ago

@nix-community/nix-index any objections before I create a new release?

bennofs commented 1 year ago

No objections. Release process is as follows:

  1. Update changelog
  2. Create annotated tag with changes for releases (git tag -a, see prev tags)
  3. Create release on github for this tag
  4. Publish release to crates.io
  5. Bump version and prepare empty changelog for next release
figsoda commented 1 year ago

4. Publish release to crates.io

Do you mind adding me to the owners of the crate? Or would you prefer to publish the crate release yourself?

bennofs commented 1 year ago

I can add you if you tell me your nicks on crates.io

figsoda commented 1 year ago

figsoda (same as github)

figsoda commented 1 year ago

Thanks for the invite, I'll do a release soon

figsoda commented 1 year ago

0.1.7 has been released :tada:

doronbehar commented 1 year ago

For reference https://nixpk.gs/pr-tracker.html?pr=251199