Skip to content

Commit 78f2c9f

Browse files
committed
tweak release script
1 parent 9ab43a7 commit 78f2c9f

File tree

3 files changed

+49
-11
lines changed

3 files changed

+49
-11
lines changed

.github_changelog_generator

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
usernames-as-github-logins=true
2+
base=CHANGELOG.md

CHANGES.md

Lines changed: 46 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,46 @@
1-
## 1.0 Initial release
2-
3-
- implement controller and model
4-
- log updates including diffs and all fields
5-
- log create/delete operations
6-
- track multi-model operations
7-
- ability to customize
8-
- add documentation
9-
- undo() operation for update/create/delete
10-
- support for custom actions
1+
# Change Log
2+
3+
## [Unreleased](https://github.com/atk4/audit/tree/HEAD)
4+
5+
[Full Changelog](https://github.com/atk4/audit/compare/1.0...HEAD)
6+
7+
**Fixed bugs:**
8+
9+
- Problem with using fields of type 'array' in model [\#21](https://github.com/atk4/audit/issues/21)
10+
11+
**Closed issues:**
12+
13+
- Add UI widget for showing "history" [\#23](https://github.com/atk4/audit/issues/23)
14+
- add ability to mark fields to exclude from audit [\#7](https://github.com/atk4/audit/issues/7)
15+
16+
**Merged pull requests:**
17+
18+
- Refactor and implement views [\#24](https://github.com/atk4/audit/pull/24) ([DarkSide666](https://github.com/DarkSide666))
19+
- don't log dsql expressions [\#22](https://github.com/atk4/audit/pull/22) ([DarkSide666](https://github.com/DarkSide666))
20+
- typo [\#20](https://github.com/atk4/audit/pull/20) ([PhilippGrashoff](https://github.com/PhilippGrashoff))
21+
- Sample SQL for audit\_log table in MySQL [\#19](https://github.com/atk4/audit/pull/19) ([PhilippGrashoff](https://github.com/PhilippGrashoff))
22+
- drop php 5.5 and update phpunit [\#18](https://github.com/atk4/audit/pull/18) ([DarkSide666](https://github.com/DarkSide666))
23+
24+
## [1.0](https://github.com/atk4/audit/tree/1.0) (2016-10-04)
25+
26+
[Full Changelog](https://github.com/atk4/audit/compare/8952b0b6ca0b0a1490bcd6e00a42ed777a65a842...1.0)
27+
28+
**Closed issues:**
29+
30+
- Add documentation [\#16](https://github.com/atk4/audit/issues/16)
31+
- Add undo feature. [\#13](https://github.com/atk4/audit/issues/13)
32+
- add support for "view" [\#11](https://github.com/atk4/audit/issues/11)
33+
- Add documentation and test for hook priorities [\#8](https://github.com/atk4/audit/issues/8)
34+
- Add support for custom user operations. [\#5](https://github.com/atk4/audit/issues/5)
35+
- custom messages possibly with tempalte [\#4](https://github.com/atk4/audit/issues/4)
36+
- Test multi-record reactive actions [\#3](https://github.com/atk4/audit/issues/3)
37+
- Add Audit log for insert and delete operations [\#2](https://github.com/atk4/audit/issues/2)
38+
- Basic audit on update. [\#1](https://github.com/atk4/audit/issues/1)
39+
40+
**Merged pull requests:**
41+
42+
- Feature/add insert delete log [\#15](https://github.com/atk4/audit/pull/15) ([romaninsh](https://github.com/romaninsh))
43+
44+
45+
46+
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*

tools/release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ prev_version=$(git log --tags --simplify-by-decoration --pretty="format:%d" | gr
3737

3838
echo "Releasing $prev_version -> $version"
3939

40-
gcg
40+
gcg --future-release $version
4141
vimr CHANGELOG.md
4242

4343
# Compute diffs

0 commit comments

Comments
 (0)