Skip to content

Commit

Permalink
docs: Release process, License #169
Browse files Browse the repository at this point in the history
Fixes #162.

The release process does not require keys, secrets or logins to third-party sites.
  • Loading branch information
garyburd authored May 13, 2024
1 parent dd77a91 commit 2be2dfb
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,15 @@ Start Nvim and run the following command:
:echo Hello('world')
```

Release
-------

Follow the standard Go process for [publishing a module](https://go.dev/doc/modules/publishing).

License
-------

[Apache License 2.0](https://github.com/neovim/go-client/blob/master/LICENSE)

<!-- badge links -->
[pkg.go.dev]: https://pkg.go.dev/github.com/neovim/go-client
Expand Down

0 comments on commit 2be2dfb

Please sign in to comment.