Closed Samasaur1 closed 2 years ago
Messages | |
---|---|
:book: | Pull request to `master` for new version detected |
:book: | The new version is v0.25.1 |
:book: | .jazzy.yaml was updated |
:book: | PR title and .jazzy.yaml agree |
:book: | There is a CHANGELOG entry for this version |
:book: | The CHANGELOG entry heading is correct |
:book: | Upcoming link was updated to show changes between latest version and `master` |
:book: | Link line compares to the new version |
:book: | The CHANGELOG was updated |
:book: | PR has no tasks (are you sure?) |
Generated by :no_entry_sign: Danger Swift against 298e297b4271855de3b2e3142b0059c4f7fcf05e
The previous version, #90, tried to automate deployment on GitHub Actions. However, it currently does not work. I believe this is due to using
'
instead of"
for a step in the deploy workflow file, which prohibited bash from substituting in variables. This PR should fix that.