Skip to content

Commit fb4a8a5

Browse files
committed
snapshot change fragments is generated only for pre-releases on numeric branches
1 parent 19c2fd7 commit fb4a8a5

File tree

4 files changed

+8
-10
lines changed

4 files changed

+8
-10
lines changed

.changes/1.8.0-snapshot.md

Lines changed: 0 additions & 10 deletions
This file was deleted.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
kind: Added
2+
body: Introduced [Changie tools](https://github.com/miniscruff/changie)
3+
time: 2022-11-15T06:27:51.2846929Z
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
kind: Changed
2+
body: Upgrade [docker-php-extension-installer](https://github.com/mlocati/docker-php-extension-installer)
3+
to version 1.5.46
4+
time: 2022-11-15T06:12:56.2018932Z

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,4 @@ jobs:
1717
box-output: ''
1818
release-draft: true
1919
legacy: false
20+
release-prerelease: ${{ github.ref_type == 'branch' }}

0 commit comments

Comments
 (0)