Skip to content

Commit

Permalink
Merge pull request #184 from tubone24/huskey
Browse files Browse the repository at this point in the history
add huskey
  • Loading branch information
tubone24 committed Nov 7, 2021
2 parents 2f3d476 + e19eda2 commit 46316d8
Show file tree
Hide file tree
Showing 8 changed files with 602 additions and 25 deletions.
5 changes: 5 additions & 0 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

npm run lint
npm test
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# CHANGELOG

## [v.1.3.1](https://github.com/tubone24/update_release/releases/tag/v1.2.1)
- dependencies update.
- strict TypeScript.
- untagged release support by [@daminetreg](https://github.com/daminetreg)

## [v.1.2.0](https://github.com/tubone24/update_release/releases/tag/v1.2.0)

Possibility to find a custom tag by [@devRoemer](https://github.com/devRoemer)
14 changes: 7 additions & 7 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,20 @@
**Working on your first Pull Request?** You can learn how from this *free* series [How to Contribute to an Open Source Project on GitHub](https://egghead.io/series/how-to-contribute-to-an-open-source-project-on-github)

When contributing to this repository, please first discuss the change you wish to make via issue,
email, or any other method with the owners of this repository before making a change.
email, or any other method with the owners of this repository before making a change.

Please note we have a code of conduct, please follow it in all your interactions with the project.

## Pull Request Process

1. Ensure any install or build dependencies are removed before the end of the layer when doing a
1. Ensure any install or build dependencies are removed before the end of the layer when doing a
build.
2. Update the README.md with details of changes to the interface, this includes new environment
2. Update the README.md with details of changes to the interface, this includes new environment
variables, exposed ports, useful file locations and container parameters.
3. Increase the version numbers in any examples files and the README.md to the new version that this
Pull Request would represent. The versioning scheme we use is [SemVer](http://semver.org/).
4. You may merge the Pull Request in once you have the sign-off of two other developers, or if you
do not have permission to do that, you may request the second reviewer to merge it for you.
4. You may merge the Pull Request in once you have the sign-off of other developer, or if you
do not have permission to do that, you may request reviewer to merge it for you.

## Code of Conduct

Expand All @@ -43,7 +43,7 @@ include:
Examples of unacceptable behavior by participants include:

* The use of sexualized language or imagery and unwelcome sexual attention or
advances
advances
* Trolling, insulting/derogatory comments, and personal or political attacks
* Public or private harassment
* Publishing others' private information, such as a physical or electronic
Expand Down Expand Up @@ -98,4 +98,4 @@ available at [http://contributor-covenant.org/version/1/4][version]
This contributing manifest is [PurpleBooth's Gist] .
Special Thanks!

[PurpleBooth's Gist]: https://gist.github.com/PurpleBooth/b24679402957c63ec426
[PurpleBooth's Gist]: https://gist.github.com/PurpleBooth/b24679402957c63ec426
Loading

0 comments on commit 46316d8

Please sign in to comment.