Skip to content

Commit

Permalink
deploy: bd56a6d
Browse files Browse the repository at this point in the history
  • Loading branch information
gadams999 committed Jul 22, 2024
1 parent 3cb8782 commit a8f8cef
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 5 deletions.
Binary file modified .doctrees/dev_notes.doctree
Binary file not shown.
Binary file modified .doctrees/environment.pickle
Binary file not shown.
Binary file modified .doctrees/reference.doctree
Binary file not shown.
5 changes: 3 additions & 2 deletions _sources/dev_notes.md.txt
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,8 @@ Once completed, commit the changes, verify the actions run in GitHub, then perfo
2. Locally, clone (or update) the _main_ repository and follow the steps to install poetry and dependencies
3. `git switch --create release main`
4. `poetry version <version>` (bump version based on semver)
5. git commit --message="awsiot-credentialhelper <version>" pyproject.toml`
5. `git commit --message="awsiot-credentialhelper <version>" pyproject.toml`
6. `git push origin release`
7. Review results of Actions (they should still all pass), then create a pull request of this branch and merge-squash-delete.

Monitor status of the _Release workflow_.
Merging the pull requests triggers the _Release workflow_. Monitor that to ensure it has been published to PyPI.
5 changes: 3 additions & 2 deletions dev_notes.html
Original file line number Diff line number Diff line change
Expand Up @@ -381,10 +381,11 @@ <h2>Local building and testing<a class="headerlink" href="#local-building-and-te
<li><p>Locally, clone (or update) the <em>main</em> repository and follow the steps to install poetry and dependencies</p></li>
<li><p><code class="docutils literal notranslate"><span class="pre">git</span> <span class="pre">switch</span> <span class="pre">--create</span> <span class="pre">release</span> <span class="pre">main</span></code></p></li>
<li><p><code class="docutils literal notranslate"><span class="pre">poetry</span> <span class="pre">version</span> <span class="pre">&lt;version&gt;</span></code> (bump version based on semver)</p></li>
<li><p>git commitmessage=awsiot-credentialhelper <version>pyproject.toml`</p></li>
<li><p><code class="docutils literal notranslate"><span class="pre">git</span> <span class="pre">commit</span> <span class="pre">--message=&quot;awsiot-credentialhelper</span> <span class="pre">&lt;version&gt;&quot;</span> <span class="pre">pyproject.toml</span></code></p></li>
<li><p><code class="docutils literal notranslate"><span class="pre">git</span> <span class="pre">push</span> <span class="pre">origin</span> <span class="pre">release</span></code></p></li>
<li><p>Review results of Actions (they should still all pass), then create a pull request of this branch and merge-squash-delete.</p></li>
</ol>
<p>Monitor status of the <em>Release workflow</em>.</p>
<p>Merging the pull requests triggers the <em>Release workflow</em>. Monitor that to ensure it has been published to PyPI.</p>
</section>
</section>

Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

0 comments on commit a8f8cef

Please sign in to comment.