-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into rseqc-docker
- Loading branch information
Showing
84 changed files
with
3,575 additions
and
2,849 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -115,7 +115,12 @@ jobs: | |
citation._implementation.cffobj['version'] = "${{ env.NEXT_VERSION }}" | ||
citation._implementation.cffobj['date-released'] = "${{ env.DATE }}" | ||
with open('CITATION.cff', 'w') as outfile: | ||
outfile.write(yaml.dump(citation._implementation.cffobj, sort_keys=False)) | ||
outfile.write(yaml.dump(citation._implementation.cffobj, sort_keys=False, indent=2)) | ||
- uses: pre-commit/[email protected] | ||
with: | ||
extra_args: --files CITATION.cff CHANGELOG.md VERSION | ||
continue-on-error: true | ||
|
||
- name: Commit & push to branch | ||
run: | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -36,14 +36,20 @@ jobs: | |
with open('VERSION', 'w') as outfile: | ||
outfile.write(f"{version}-dev\n") | ||
- uses: pre-commit/[email protected] | ||
with: | ||
extra_args: --files CITATION.cff CHANGELOG.md VERSION | ||
continue-on-error: true | ||
|
||
- name: Open pull request | ||
run: | | ||
git add CHANGELOG.md VERSION | ||
git commit -m "chore: bump changelog & version after release of ${{ github.ref_name }}" | ||
git push --set-upstream origin ${{ env.BRANCH }} | ||
gh pr create \ | ||
--fill-first | ||
--fill-first \ | ||
--reviewer ${{ github.triggering_actor }} | ||
- name: Clean up release-draft branch | ||
run: | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -159,4 +159,4 @@ site/ | |
|
||
# other | ||
|
||
**/.koparde* | ||
**/.koparde* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.