Skip to content

Commit

Permalink
add: release checklist to teamwiki
Browse files Browse the repository at this point in the history
  • Loading branch information
xxiicode committed Jun 25, 2024
1 parent 7830077 commit 430cc91
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
17 changes: 17 additions & 0 deletions wiki/content/development-workflow.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,21 @@
<h3 class="heading-2" id="changelog-update">11.3. ChangeLog Update</h3>
<p>After completing a task, it's important to update the <a href="https://log.thepolyfengroup.com/" target="_blank" rel="dofollow">ChangeLog</a> with the implemented changes. This update should not include hotfixes or content updates.</p>
<h3 class="heading-2" id="plkt-release-checklist">11.4.PLKT Release Checklist</h3>
<h4 class="heading-3" id="release-checklist">11.4.1. Release Checklist</h4>
<ul class="hanging-list">
<li>Update version number in polykit.xyz hellobar</li>
<li>Merge version branch with 'main'</li>
<li>Update version number in CSS head script from affiliated sites (polyfen.com)</li>
<li>Test version update in affiliated files and make necessary adjustments<</li>
<li>Publish post in Changelog</li>
</ul>
<h4 class="heading-3" id="version-checklist">11.4.2. New Version Checklist</h4>
<ul class="hanging-list">
<li>Create new Git branch with version name</li>
<li>Rename central SCSS file (app/scss/polykit-v#.scss) with new version number</li>
<li>Update version number commented at the top of polykit-v#.scss (line 11)</li>
<li>Update file name of polykit-v#.scss in gulpfile.js</li>
</ul>
</section>
5 changes: 5 additions & 0 deletions wiki/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,11 @@
<li><a href="#website-project-set-up" class="caption">11.1. Website Project Set-up</a></li>
<li><a href="#github-commits" class="caption">11.2. Github Commits</a></li>
<li><a href="#changelog-update" class="caption">11.3. Changelog Update</a></li>
<li><a href="#plkt-release-checklist" class="caption">11.4. PLKT release checklist</a>
<ul>
<li><a href="#release-checklist" class="caption">11.4.1 New Release Checklist</li>
<li><a href="#version-checklist" class="caption">11.4.2 New Version Checklist</a></li>
</li>
</ul>
</li>
<li><a href="#accounting-workflow" class="caption">12. Accounting workflow</a></li>
Expand Down

0 comments on commit 430cc91

Please sign in to comment.