Skip to content

Commit c58549e

Browse files
committed
deploy: 73dc044
1 parent 0a99119 commit c58549e

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

print.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1028,7 +1028,7 @@ <h2 id="local-development-steps"><a class="header" href="#local-development-step
10281028
<ol>
10291029
<li>Make sure all the tests from the latest <a href="https://github.com/ethstaker/ethstaker-deposit-cli/actions/workflows/runner.yml">ci-runner workflow</a> on the latest commit of the main branch are completed. Make sure all tests are passing on all the supported platforms.</li>
10301030
<li>Determine a new version number. Version numbers should adhere to <a href="https://semver.org/">Semantic Versioning</a>. For any official release, it should include a major, a minor and a patch identifier like <code>1.0.0</code>.</li>
1031-
<li>Update <code>ethstaker_deposit/__init__.py</code>'s <code>__version__</code> variable with the new version number. Commit this change to the main branch of the main repository.</li>
1031+
<li>Update <code>ethstaker_deposit/VERSION</code>'s content with the new version number. Commit this change to the main branch of the main repository.</li>
10321032
<li>Add a tag to the main repository for this changed version commit above. The name of this tag should be a string starting with <code>v</code> concatenated with the version number. With git, the main repository cloned and the commit above being the head, it can look like this:</li>
10331033
</ol>
10341034
<pre><code class="language-console">git tag -a -m 'Version 1.0.0' v1.0.0
@@ -1040,7 +1040,7 @@ <h2 id="local-development-steps"><a class="header" href="#local-development-step
10401040
<li>If this is not a production release, check the <em>Set as a pre-release</em> checkbox.</li>
10411041
<li>Click the <em>Publish release</em> button.</li>
10421042
<li>Determine a new dev version number. You can try to guess the next version number to the best of your ability. This will always be subject to change. Add a <code>dev</code> identifier to the version number to clearly indicate this is a dev version number.</li>
1043-
<li>Update <code>ethstaker_deposit/__init__.py</code>'s <code>__version__</code> variable with a new dev version number. Commit this change to the main branch.</li>
1043+
<li>Update <code>ethstaker_deposit/VERSION</code>'s content with a new dev version number. Commit this change to the main branch.</li>
10441044
</ol>
10451045
<h2 id="release-notes-template"><a class="header" href="#release-notes-template">Release Notes Template</a></h2>
10461046
<p>You can find the latest release notes template on https://github.com/ethstaker/ethstaker-deposit-cli/blob/main/.github/release_template.md .</p>

release_process.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ <h1 id="release-process-instructions"><a class="header" href="#release-process-i
178178
<ol>
179179
<li>Make sure all the tests from the latest <a href="https://github.com/ethstaker/ethstaker-deposit-cli/actions/workflows/runner.yml">ci-runner workflow</a> on the latest commit of the main branch are completed. Make sure all tests are passing on all the supported platforms.</li>
180180
<li>Determine a new version number. Version numbers should adhere to <a href="https://semver.org/">Semantic Versioning</a>. For any official release, it should include a major, a minor and a patch identifier like <code>1.0.0</code>.</li>
181-
<li>Update <code>ethstaker_deposit/__init__.py</code>'s <code>__version__</code> variable with the new version number. Commit this change to the main branch of the main repository.</li>
181+
<li>Update <code>ethstaker_deposit/VERSION</code>'s content with the new version number. Commit this change to the main branch of the main repository.</li>
182182
<li>Add a tag to the main repository for this changed version commit above. The name of this tag should be a string starting with <code>v</code> concatenated with the version number. With git, the main repository cloned and the commit above being the head, it can look like this:</li>
183183
</ol>
184184
<pre><code class="language-console">git tag -a -m 'Version 1.0.0' v1.0.0
@@ -190,7 +190,7 @@ <h1 id="release-process-instructions"><a class="header" href="#release-process-i
190190
<li>If this is not a production release, check the <em>Set as a pre-release</em> checkbox.</li>
191191
<li>Click the <em>Publish release</em> button.</li>
192192
<li>Determine a new dev version number. You can try to guess the next version number to the best of your ability. This will always be subject to change. Add a <code>dev</code> identifier to the version number to clearly indicate this is a dev version number.</li>
193-
<li>Update <code>ethstaker_deposit/__init__.py</code>'s <code>__version__</code> variable with a new dev version number. Commit this change to the main branch.</li>
193+
<li>Update <code>ethstaker_deposit/VERSION</code>'s content with a new dev version number. Commit this change to the main branch.</li>
194194
</ol>
195195
<h2 id="release-notes-template"><a class="header" href="#release-notes-template">Release Notes Template</a></h2>
196196
<p>You can find the latest release notes template on https://github.com/ethstaker/ethstaker-deposit-cli/blob/main/.github/release_template.md .</p>

searchindex.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

searchindex.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)