Skip to content

Commit 1c5274e

Browse files
committed
Release version v2.1.0
1 parent fc85904 commit 1c5274e

File tree

5 files changed

+23
-3
lines changed

5 files changed

+23
-3
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ jobs:
3737
name: test-register
3838
needs: on-main-branch-check
3939
if: ${{ needs.on-main-branch-check.outputs.on_main == 'true' }}
40+
runs-on: ubuntu-latest
41+
environment: github-actions-register
4042
uses: "./.github/workflows/test-register.yml"
4143

4244
make-changelog:

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# CHANGELOG
22

3+
## [v2.1.0] (2025-06-04)
4+
5+
- [#33] add an option to mark the registered version as release
6+
- [#35] add an option to skip install latch with pip
7+
- [#32] fix link to the logo in the README
8+
- [#32] fix the release workflow
9+
- [#31] add a GHA workflow to keep the readme up-to-date
10+
- [#30] add a release workflow (#30)
11+
- adding back in missing commits from v1.1.0
12+
- [#18] Support registering a Snakefile for Snakemake
13+
- [#18] Fix disabling the auto version register option
14+
15+
[v2.1.0]: https://github.com/fulcrumgenomics/setup-latch/releases/tag/v2.1.0
16+
317
## [v2.0.0] (2025-03-18)
418

519
This release provides upport for latch 2.57.2 and later. Earlier releases of latch may work, but are unsupported.

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,10 @@ jobs:
124124
# Default: false
125125
register-disable-auto-version: ''
126126
127+
# Path to the Snakefile (for Snakemake) to register
128+
# Default:
129+
register-snakefile: ''
130+
127131
# Whether the workflow should fail if the worfklow is already registered.
128132
# Default: false
129133
already-registered-do-not-fail: ''

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "setup-latch",
3-
"version": "2.0.0",
3+
"version": "2.1.0",
44
"description": "setup-latch",
55
"scripts": {
66
"build": "tsc && node lib/generate-docs.js",

0 commit comments

Comments
 (0)