diff --git a/.github/workflows/TagBot.yml b/.github/workflows/TagBot.yml index a30f4b8..74d7d61 100644 --- a/.github/workflows/TagBot.yml +++ b/.github/workflows/TagBot.yml @@ -27,15 +27,5 @@ jobs: steps: - uses: JuliaRegistries/TagBot@v1 with: - changelog: | - {% if custom %} - {{ custom }} - {% endif %} - - See [`CHANGELOG.md`](https://github.com/fredrikekre/Prometheus.jl/blob/master/CHANGELOG.md) for notable changes. - - {% if previous_release %} - [Diff since {{ previous_release }}]({{ compare_url }}) - {% endif %} token: ${{ secrets.GITHUB_TOKEN }} ssh: ${{ secrets.DOCUMENTER_KEY }} diff --git a/juliac/Makefile b/juliac/Makefile index bdba5ae..9d3266e 100644 --- a/juliac/Makefile +++ b/juliac/Makefile @@ -4,7 +4,7 @@ JULIAC ?= $(shell $(JULIA) -e 'print(normpath(joinpath(Sys.BINDIR, Base.DATAROOT RUNIC_FILES := $(wildcard ../src/*.jl) ../Project.toml runicc: runicc.jl Project.toml Manifest.toml $(RUNIC_FILES) check-julia - $(JULIA) --project=. $(JULIAC) --output-exe $@ --trim=unsafe-warn $< + $(JULIA) --project=. $(JULIAC) --output-exe $@ --trim=unsafe $< Manifest.toml: Project.toml ../Project.toml $(JULIA) --project=. -e 'using Pkg; Pkg.instantiate()'