Skip to content
  • Jamie Gaskins's avatar
    Add support for versioned releases (#13750) · f0edbcef
    Jamie Gaskins authored
    
    
    * Add release scripts
    
    * Use `delete` over `gsub` with an empty string
    
    Co-authored-by: default avatarMichael Kohl <citizen428@dev.to>
    
    * wip
    
    * wip
    
    * Include stable release-channel branches in builds
    
    * Add changelog stub
    
    * Include the union of changes to the changelog
    
    * Add things
    
    * Add stuff
    
    * Remove test changelog content
    
    * Fix String#delete call
    
    Extraneous `.` made Ruby parse it as a range
    
    * Fix suggested release command
    
    * Use backticks to denote a command to run
    
    * Add debugging output to script
    
    * Build more appropriate containers for stable
    
    This includes tags
    
    * Check if branch *starts with* release channel name
    
    * Cache tag builds from production tag
    
    * Skip trying to build containers for untagged pushes
    
    * Clear out stubbed changelog
    
    * Update PR template to incorporate CHANGELOG.md
    
    * Run Rubocop on release scripts
    
    This excludes some linter rules that only make sense in code that is
    running as part of the Rails app. For example, we can't rely on
    `ActiveSupport::TimeWithZone` because these scripts don't load Rails,
    and we define top-level methods because they're scripts rather than
    complex applications.
    
    Co-authored-by: default avatarMichael Kohl <citizen428@dev.to>
    f0edbcef