Skip to content

Commit

Permalink
Merge branch 'release/v1.0.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
nekofar committed Sep 28, 2020
2 parents 640ac14 + 9c6501d commit b441b85
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 7 deletions.
21 changes: 21 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# See https://pre-commit.com for more information
# See https://pre-commit.com/hooks.html for more hooks
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v2.4.0
hooks:
- id: no-commit-to-branch
args: [-b master]
- id: trailing-whitespace
- id: end-of-file-fixer
- id: check-yaml
- id: check-json
- id: check-added-large-files
- id: check-merge-conflict
- repo: https://github.com/jorisroovers/gitlint
rev: v0.13.1
hooks:
- id: gitlint
stages: [commit-msg]
entry: gitlint
args: [--contrib=CT1, --msg-filename]
6 changes: 6 additions & 0 deletions .versionrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"skip": {
"commit": true,
"tag": true
}
}
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Changelog

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.


7 changes: 0 additions & 7 deletions zsh-git-flow-avh.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,4 @@ alias gflhx='git flow hotfix delete'
alias gfls='git flow support'
alias gflsl='git flow support list'
alias gflss='git flow support start'
alias gflsf='git flow support finish'
alias gflsp='git flow support publish'
alias gflst='git flow support track'
alias gflsd='git flow support diff'
alias gflsr='git flow support rebase'
alias gflsc='git flow support checkout'
alias gflsm='git flow support pull'
alias gflsx='git flow support delete'

0 comments on commit b441b85

Please sign in to comment.