mirror of
https://github.com/asdf-vm/asdf.git
synced 2024-11-15 01:28:17 -07:00
docs: fix GitHub typo (#847)
This commit is contained in:
parent
0eb377cc7a
commit
bdace81ae9
@ -31,6 +31,6 @@ See [CONTRIBUTING.md in the repo](https://github.com/asdf-vm/asdf/blob/master/CO
|
||||
|
||||
## Community & Questions
|
||||
|
||||
- [![Github Issues](https://icongr.am/simple/github.svg?color=808080&size=16) Github Issues](https://github.com/asdf-vm/asdf/issues): report a bug or raise a feature request to the `asdf` core team
|
||||
- [![GitHub Discussions](https://icongr.am/simple/github.svg?color=808080&size=16) Github Discussions](https://github.com/asdf-vm/asdf/discussions): our preferred method for community Q&A and interaction
|
||||
- [![GitHub Issues](https://icongr.am/simple/github.svg?color=808080&size=16) GitHub Issues](https://github.com/asdf-vm/asdf/issues): report a bug or raise a feature request to the `asdf` core team
|
||||
- [![GitHub Discussions](https://icongr.am/simple/github.svg?color=808080&size=16) GitHub Discussions](https://github.com/asdf-vm/asdf/discussions): our preferred method for community Q&A and interaction
|
||||
- [![StackOverflow Tag](https://icongr.am/fontawesome/stack-overflow.svg?size=16&color=808080) StackOverflow Tag](https://stackoverflow.com/questions/tagged/asdf-vm): see existing Q&A for `asdf`. Some of the core team watch this tag in addition to our helpful community
|
||||
|
@ -15,6 +15,6 @@
|
||||
- [Documentation Site](contributing-doc-site)
|
||||
- [Thanks](thanks)
|
||||
- **Community & Questions**
|
||||
- [![Github Issues](https://icongr.am/simple/github.svg?color=808080&size=16) Github Issues](https://github.com/asdf-vm/asdf/issues)
|
||||
- [![GitHub Discussions](https://icongr.am/simple/github.svg?color=808080&size=16) Github Discussions](https://github.com/asdf-vm/asdf/discussions)
|
||||
- [![GitHub Issues](https://icongr.am/simple/github.svg?color=808080&size=16) GitHub Issues](https://github.com/asdf-vm/asdf/issues)
|
||||
- [![GitHub Discussions](https://icongr.am/simple/github.svg?color=808080&size=16) GitHub Discussions](https://github.com/asdf-vm/asdf/discussions)
|
||||
- [![StackOverflow Tag](https://icongr.am/fontawesome/stack-overflow.svg?size=16&color=808080) StackOverflow Tag](https://stackoverflow.com/questions/tagged/asdf-vm)
|
||||
|
@ -217,7 +217,7 @@ asdf plugin test nodejs https://github.com/asdf-vm/asdf-nodejs.git node --versio
|
||||
|
||||
We strongly recommend you test your plugin on a CI environment and make sure it works on both Linux and OSX.
|
||||
|
||||
#### Example Github Action
|
||||
#### Example GitHub Action
|
||||
|
||||
The [asdf-vm/actions](https://github.com/asdf-vm/actions) repo provides a GitHub Action for testing your plugins hosted on github.
|
||||
|
||||
|
@ -13,7 +13,7 @@ with the format `<next-version>-dev`).
|
||||
2. Run the tests and the linter - `bats test` and `lint.sh`.
|
||||
3. Run the release script. The new version must be in the format `0.0.0-rc0`.
|
||||
For example: `release/tag.sh 0.0.0-rc0`.
|
||||
4. If the release script succeeds, push to Github. Make sure to use the correct
|
||||
4. If the release script succeeds, push to GitHub. Make sure to use the correct
|
||||
remote to push to the official repository
|
||||
|
||||
## Tagging Releases
|
||||
@ -24,5 +24,5 @@ with the format `<next-version>-dev`).
|
||||
2. Run the tests and the linter - `bats test` and `lint.sh`.
|
||||
3. Run the release script. The new version must be in the format `0.0.0`. For
|
||||
example: `release/tag.sh 0.0.0`.
|
||||
4. If the release script succeeds, push to Github. Make sure to use the correct
|
||||
4. If the release script succeeds, push to GitHub. Make sure to use the correct
|
||||
remote to push to the official repository
|
||||
|
Loading…
Reference in New Issue
Block a user