Skip to content

Commit 4b331ef

Browse files
committed
1.6.1
1 parent 4ad4074 commit 4b331ef

File tree

3 files changed

+17
-1
lines changed

3 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## 1.6.1
4+
date: 2021-01-26
5+
6+
- Avoid Ruby 2.7 warning, merge #38
7+
38
## 1.6.0
49
date: 2018-10-25
510

DEVELOPMENT.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Releasing
2+
3+
- update `lib/executable-hooks/version.rb` with new version (use semantic versioning)
4+
- update `CHANGELOG.md` with changes relevant to running hooks
5+
- git commit changes with version as comment
6+
- git tag version
7+
- `git push`
8+
- `git push tags`
9+
- use ruby 1.8.7 for releasing `rvm use 1.8.7 --install`
10+
- gem build executable-hooks.gemspec
11+
- gem push

lib/executable-hooks/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module ExecutableHooks
2-
VERSION = "1.6.0"
2+
VERSION = "1.6.1"
33
end

0 commit comments

Comments
 (0)