-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: add semantic release simulation docs
- Loading branch information
Showing
4 changed files
with
264 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# GitHub token | ||
# You can use a classic one or a fine-grained one | ||
# | ||
# ## Clasic | ||
# https://github.com/settings/tokens/new | ||
# Selecting "public_repo" scope is enough | ||
# | ||
# ## Fine-grained | ||
# https://github.com/settings/personal-access-tokens/new | ||
# Default settings are okay (as it's a public repo) | ||
# | ||
#GH_TOKEN= | ||
|
||
# NPM token | ||
# You can use a classic one or a granular access one | ||
# https://www.npmjs.com/settings | ||
# | ||
# ## Classic | ||
# "Read-only" is enough | ||
# | ||
# ## Granular Access | ||
# "Read-only" access to packages and scopes is enough. | ||
# If being a package collaborator, you can select this package. | ||
# Otherwise select "All packages". | ||
#NPM_TOKEN= |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters