www

My personal website(s)
Log | Files | Refs

automated-releases.html (2119B)


      1 <!DOCTYPE html>
      2 <html lang="en">
      3 <head>
      4 <!-- Sep 03, 2024 -->
      5 <meta charset="utf-8" />
      6 <meta name="viewport" content="width=device-width, initial-scale=1" />
      7 <title>Automated releases for tektoncd projects</title>
      8 <meta name="author" content="Vincent Demeester" />
      9 <meta name="keywords" content="post" />
     10 <meta name="generator" content="Org Mode" />
     11 <link rel="stylesheet" type="text/css" href="/css/2022.css" />
     12 <link rel="stylesheet" type="text/css" href="/css/syntax.css" />
     13 <link rel='icon' type='image/x-icon' href='/images/favicon.ico'/>
     14 <meta name='viewport' content='width=device-width, initial-scale=1'>
     15 </head>
     16 <body>
     17 <main id="content" class="content">
     18 <header>
     19 <h1 class="title">Automated releases for tektoncd projects</h1>
     20 </header><p>
     21 <code>tektoncd/operator</code> and <code>tektoncd/cli</code> as examples. We have 2 choices:
     22 </p>
     23 <ul class="org-ul">
     24 <li>Use GitHub workflows for everything (easier, but…)
     25 <ul class="org-ul">
     26 <li><code>tektoncd/cli</code> is a good candidate here : build, test, build image and goreleaser are
     27 all super easy to do.</li>
     28 </ul></li>
     29 <li>Use GitHub workflows to send a payload to <i>dogfooding</i> (harder, but…)
     30 <ul class="org-ul">
     31 <li><code>tektoncd/operator</code> could be interesting to try out with here.</li>
     32 </ul></li>
     33 </ul>
     34 <section id="outline-container-Introduction" class="outline-2">
     35 <h2 id="Introduction">Introduction</h2>
     36 </section>
     37 </main>
     38 <footer id="postamble" class="status">
     39 <footer>
     40      <small><a href="/" rel="history">Index</a> • <a href="/sitemap.html">Sitemap</a> • <a href="https://dl.sbr.pm/">Files</a></small><br/>
     41      <small class='questions'>Questions, comments ? Please use my <a href="https://lists.sr.ht/~vdemeester/public-inbox">public inbox</a> by sending a plain-text email to <a href="mailto:~vdemeester/public-inbox@lists.sr.ht">~vdemeester/public-inbox@lists.sr.ht</a>.</small><br/>
     42      <small class='copyright'>
     43       Content and design by Vincent Demeester
     44       (<a rel='licence' href='http://creativecommons.org/licenses/by-nc-sa/3.0/'>Some rights reserved</a>)
     45     </small><br />
     46 </footer>
     47 </footer>
     48 </body>
     49 </html>