Skip to content

Commit

Permalink
fix issue template & contributing
Browse files Browse the repository at this point in the history
  • Loading branch information
shtyr-maxim committed Oct 25, 2023
1 parent 733e3f3 commit 1ed8588
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!-- BUGS: Please use this template -->
<!-- QUESTIONS: This is not a general support forum! Ask Qs at http://stackoverflow.com/questions/tagged/@mappable-world/mappable-tiles-generator -->
<!-- QUESTIONS: This is not a general support forum! Ask Qs at http://stackoverflow.com/questions/tagged/mappable-tiles-generator -->

**@mappable-world/mappable-tiles-generator Version:** xxxxx

Expand Down
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@ Please run:
After you create a new tag, or just push changes to the server, ci will be launched

```sh
npm version prerelease --preid=beta --no-git-tag-version
npm version --no-git-tag-version
git add --all
git commit -m "New version"
git tag 0.0.1-beta.2
git tag 0.0.2
git push --tags origin HEAD:main
```

Expand Down

0 comments on commit 1ed8588

Please sign in to comment.