Commit 4f9fc69
committed
Sync console application version & add release Makefile
The console application reported a hardcoded version (5.0.0) that drifted
from the released git tags, so `./bin/soap-client` printed a stale version
(see phpro#611).
- Bump APP_VERSION to 6.1.0 to match the latest release.
- Add a Makefile `tag` target (modelled on phpro/grumphp) that rewrites
APP_VERSION, lints, commits and creates a signed tag without the `v`
prefix, keeping the constant and the tag in sync by construction.1 parent e68eb48 commit 4f9fc69
2 files changed
Lines changed: 13 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
0 commit comments