Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
wfondrie committed Jul 12, 2022
2 parents 82b8d7c + 7b2c7ae commit 98e4626
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
name: Release Nextflow Workflow

on:
push:
tags:
- '*'
release:
types: [created]

jobs:
build:
deploy:
runs-on: ubuntu-latest
environment:
name: prod

steps:
- uses: actions/checkout@v2
- uses: ncipollo/release-action@v1

- name: Create latest tag
uses: Actions-R-Us/actions-tagger@latest
with:
token: ${{ secrets.GITHUB_TOKEN }}
publish_latest_tag: true
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# nf-encyclopedia Changelog
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.4.0] - 2022-07-12
### Added
- This changelog!
- Completely reworked pipeline since last release. Note that we were just using the `main` branch as our release version, but I prefer occasional manual releases for stability.

0 comments on commit 98e4626

Please sign in to comment.