v1.15.0
·
3 commits
to refs/heads/master
since this release
DEV-2617: Improved AtmosWorkflows @milldr (#703)
what
- Handle recursive AtmosWorkflow calls
- Handle "echo" titles
- Better format shell scripts inside workflows
why
- Improved user experience. No commands are hidden behind workflows
references
- DEV-2617
- DEV-2494
examples
Workflow with nothing special
- Each workflow step is a separate docs "Step"
- Add the workflow description
Workflow with command grouping
- Using the echo command step to designate the group start
- Put all steps in the group into 1 code block
Workflow with vendoring
- Combine all vendor steps into 1 code block
fix: renovate config link is broken @Gowiem (#721)
what
- Cloud Posse needs a new link for the renovate config file that they shared in this doc.
why
- Link is broken -- It goes no where.
references
- https://docs.cloudposse.com/learn/maintenance/upgrades/how-to-keep-everything-up-to-date/
- Also, FYI folks: Your "Edit this page" link at the bottom of the docs site is broken as well. It's introducing an extra
/content/
into the URL. I didn't go digging for where this happening within your docs site generation.