diff --git a/.github/workflows/TagBot.yml b/.github/workflows/TagBot.yml new file mode 100644 index 0000000..05161a3 --- /dev/null +++ b/.github/workflows/TagBot.yml @@ -0,0 +1,16 @@ +name: TagBot +on: + issue_comment: + types: + - created + workflow_dispatch: +jobs: + TagBot: + if: github.event_name == 'workflow_dispatch' || github.actor == 'JuliaTagBot' + runs-on: ubuntu-latest + steps: + - uses: JuliaRegistries/TagBot@v1 + with: + token: ${{ secrets.GITHUB_TOKEN }} + + \ No newline at end of file diff --git a/src/ModiaPlot_CairoMakie.jl b/src/ModiaPlot_CairoMakie.jl index 6ed23bf..8618a31 100644 --- a/src/ModiaPlot_CairoMakie.jl +++ b/src/ModiaPlot_CairoMakie.jl @@ -12,6 +12,9 @@ const Date = "2021-06-15" println("Importing ModiaPlot_CairoMakie Version $Version ($Date) - this takes some time due to CairoMakie import") +export plot, showFigure, saveFigure, closeFigure, closeAllFigures +export resultInfo, showResultInfo + import ModiaResult import Colors import Measurements