Skip to content

trustification/release-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Release Tools

This project contains, or should contain, all of the configuration and automation to maintain, build, and release Trustification projects.

Check out the config.yaml to see:

  1. The repositories we are managing
  2. The Labels we are configuring in repositories
  3. The milestones we are configuring in repositories

This allows us to have a single source of truth to make sure that, as we create enhancments, issues, and pull requests, they can be tracked properly.

You can find our reusable GitHub Workflows in ./.github/workflows.

Reusable Actions

Allows backporting changes of a PR into another branch. Requires the cherry-pick/branch_name label to be set to the PR.

To use it, Opt-in adding this action to your repository:

name: PR Closed

on:
  pull_request_target:
    branches:
      - main
    types:
      - closed

jobs:
  cherry_pick_job:
    permissions:
      pull-requests: write
      contents: write
    if: github.event.pull_request.merged == true
    secrets: inherit
    uses: trustification/release-tools/.github/workflows/cherry-pick.yaml@main

About

Release tooling for Trustification projects

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages