backport of PR #1257 for release/v1.1: rewrite pre-commit, post-commit and options hooks#1376
Conversation
…e shell script that does not require custom hooks to be a sh-script
|
I kept the version name |
|
keep v26 or change it to v23 will both make it impossible to upgrade from v1.1.1 to v1.2. |
strk
left a comment
There was a problem hiding this comment.
We cannot change db version in stable branches
| // v21 -> v22 | ||
| NewMigration("generate and migrate wiki Git hooks", generateAndMigrateWikiGitHooks), | ||
| // v23 -> v24 | ||
| NewMigration("generate and migrate repo and wiki Git hooks", generateAndMigrateGitHookChains), |
There was a problem hiding this comment.
No migrations can be allowed in 1.1 branch
|
Ok, so no migration for 1.1. I removed the questionable parts. |
|
LGTM |
|
So we have to add a notice on Release Notes that if he cannot work on other script type hook, he should click the |
|
This is another reason why I want to change the way migrations work 🙂 Add a release-file in |
|
Oh, I found a new use for my |
|
@bkcsoft let's move the changelog thing after v1.2 |
See #1257