@@ -18,7 +18,7 @@ feedstock recipe.
1818
19191 . Update project versions in the source tree.
20202 . Commit the version changes.
21- 3 . Create and push the release tag, for example ` 2026.05 .1 ` .
21+ 3 . Create and push the release tag, for example ` 2026.06 .1 ` .
22224 . Download the GitHub tag archive.
23235 . Compute the archive SHA256.
24246 . Update ` recipe-conda-forge/meta.yaml ` with the version, URL, SHA256, and ` build/number: 0 ` .
@@ -27,28 +27,28 @@ feedstock recipe.
2727Example commands for the archive hash:
2828
2929``` bash
30- curl -L -o nrgljubljana-2026.05 .1.tar.gz \
31- https://github.com/rokzitko/nrgljubljana/archive/refs/tags/2026.05 .1.tar.gz
32- sha256sum nrgljubljana-2026.05 .1.tar.gz
30+ curl -L -o nrgljubljana-2026.06 .1.tar.gz \
31+ https://github.com/rokzitko/nrgljubljana/archive/refs/tags/2026.06 .1.tar.gz
32+ sha256sum nrgljubljana-2026.06 .1.tar.gz
3333```
3434
3535On macOS, use:
3636
3737``` bash
38- shasum -a 256 nrgljubljana-2026.05 .1.tar.gz
38+ shasum -a 256 nrgljubljana-2026.06 .1.tar.gz
3939```
4040
4141## Current Release
4242
43- The current recipe is prepared for tag ` 2026.05 .1 ` with:
43+ The current recipe is prepared for tag ` 2026.06 .1 ` with:
4444
4545``` yaml
4646source :
4747 url : https://github.com/rokzitko/nrgljubljana/archive/refs/tags/{{ version }}.tar.gz
48- sha256 : 254e136471f69bdcbab48dd7210d59835e0984649aec145151144b59271afa3b
48+ sha256 : 00457de5ac001c6df78e1dc8cdb246eb536736be67aa130e8ce04314871112c0
4949` ` `
5050
51- Do not move or recreate the ` 2026.05 .1` tag after computing this hash. If the tag
51+ Do not move or recreate the ` 2026.06 .1` tag after computing this hash. If the tag
5252changes, the GitHub archive changes and the SHA256 must be recomputed.
5353
5454# # Local Checks
0 commit comments