Skip to content

Commit

Permalink
Merge pull request #10 from jerus-org/fix-example
Browse files Browse the repository at this point in the history
fix(examples): update zola orb version in example.yml
  • Loading branch information
jerusdp authored Jan 10, 2025
2 parents a15b1b1 + a5b091f commit fc48f70
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- chore(ci)-remove hardcoded version from CircleCI config(pr [#9])

### Fixed

- examples: update zola orb version in example.yml(pr [#10])

## [1.0.0] - 2025-01-10

### Added
Expand Down Expand Up @@ -40,5 +44,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[#7]: https://github.com/jerus-org/zola-orb/pull/7
[#8]: https://github.com/jerus-org/zola-orb/pull/8
[#9]: https://github.com/jerus-org/zola-orb/pull/9
[#10]: https://github.com/jerus-org/zola-orb/pull/10
[Unreleased]: https://github.com/jerus-org/zola-orb/compare/v1.0.0...HEAD
[1.0.0]: https://github.com/jerus-org/zola-orb/releases/tag/v1.0.0
2 changes: 1 addition & 1 deletion src/examples/example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description: >
usage:
version: 2.1
orbs:
zola: jerus-org/zola@1.2.3
zola: jerus-org/zola@1.0.0
workflows:
use-my-orb:
jobs:
Expand Down

0 comments on commit fc48f70

Please sign in to comment.