Lines Matching full:release
1 # This workflow is triggered manually and prepares a new release by creating a pull request
4 # When the pull request is merged, the release-build workflow will be triggered automatically
6 name: "Release: Preparation "
11 description: 'What type of release is this?'
20 description: 'The codename for this release, empty for same as last'
49 php .github/release.php new \
55 - name: Check if a tag of the new release already exists
57 if git rev-parse "release-${{ env.next_version }}" >/dev/null 2>&1; then
69 git commit --amend -m 'Release preparations for ${{ env.next_raw }}'
80 pr_title: Release Preparations for ${{ env.next_raw }}
82 With accepting this PR, the stable branch will be updated and the whole release and
94 … - [ ] If this is a new stable release, make sure you merged `stable` into `old-stable` first
97 After merging, the release workflow will be triggered automatically.
103 - [ ] Announce the release on the mailing list, forum, IRC, social media, etc.