Updated to version 1.0.3

master
Martin Scheidt 2022-12-30 20:46:25 +01:00
parent e7affa27d8
commit 48871f0ba9
3 changed files with 14 additions and 8 deletions

View File

@ -156,6 +156,8 @@ jobs:
publish_github:
needs: [create_package, version]
name: "publish on github"
outputs:
url: ${{ steps.create_release.outputs.url }}
permissions:
contents: write
runs-on: ubuntu-latest
@ -243,8 +245,8 @@ jobs:
## =================================
## provide variables for subsequent jobs
## ---------------------------------
echo "doi=$DOI" >> $GITHUB_OUTPUT
echo "- publish release at zenodo with DOI: $DOI :white_check_mark:" >> $GITHUB_STEP_SUMMARY
echo "doi=10.5281/zenodo.$DOI" >> $GITHUB_OUTPUT
echo "- publish release at zenodo with DOI: 10.5281/zenodo.$DOI :white_check_mark:" >> $GITHUB_STEP_SUMMARY
update_repository:
needs: [zenodo, version]
@ -309,13 +311,13 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
publish_mastodon:
needs: [zenodo, version, create_package]
needs: [zenodo, version, publish_github]
name: "Send toot about it to fosstodon.org"
runs-on: ubuntu-latest
steps:
- uses: cbrgm/mastodon-github-action@v1
with:
message: "The new version ${{ needs.version.outputs.new }} of TrainRuns.jl is available! DOI: https://doi.org/${{ needs.publish_zenodo.outputs.doi }} Further information at at ${{ needs.create_release.outputs.html_url }}."
message: "The new version ${{ needs.version.outputs.new }} of TrainRuns.jl is available! DOI: https://doi.org/${{ needs.zenodo.outputs.doi }} Further information at ${{ needs.publish_github.outputs.url }}."
visibility: "public" # default: public
env:
MASTODON_URL: "https://fosstodon.org/"

View File

@ -9,6 +9,9 @@ Categories: Added, Changed, Deprecated, Removed, Fixed, and Security.
## [Unreleased]
## Version [1.0.3] 2022-12-30
### Added
* documentation strings for functions in formulary.jl, output.jl, and behavior.jl
@ -217,7 +220,8 @@ Modules and variables were renamed.
Proof of concept and master thesis submission.
[Unreleased]: https://github.com/railtoolkit/TrainRuns.jl/compare/v1.0.2...main
[Unreleased]: https://github.com/railtoolkit/TrainRuns.jl/compare/v1.0.3...main
[1.0.3]: https://github.com/railtoolkit/TrainRuns.jl/compare/v1.0.2...v1.0.3
[1.0.2]: https://github.com/railtoolkit/TrainRuns.jl/compare/v1.0.1...v1.0.2
[1.0.1]: https://github.com/railtoolkit/TrainRuns.jl/compare/v1.0.0...v1.0.1
[1.0.0]: https://github.com/railtoolkit/TrainRuns.jl/compare/v0.8...v1.0.0

View File

@ -20,7 +20,7 @@ identifiers:
value: 10.5281/zenodo.6448563
description: 'Collection of archived snapshots of all versions of the library'
- type: doi
value: 10.5281/zenodo.7040109
value: 10.5281/zenodo.7495531
description: Current version
url: 'https://www.railtoolkit.org/projects/TrainRuns.jl/'
repository: 'https://github.com/railtoolkit/TrainRuns.jl'
@ -36,5 +36,5 @@ keywords:
- driving dynamics
- julia language
license: ISC
version: 1.0.2
date-released: 2022-09-01
version: 1.0.3
date-released: 2022-12-30