Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…collection into prf
  • Loading branch information
abaicus committed Nov 27, 2024
2 parents b1602f3 + c30a8c7 commit 6c6ae5b
Show file tree
Hide file tree
Showing 10 changed files with 45 additions and 967 deletions.
2 changes: 1 addition & 1 deletion .releaserc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ plugins:
- - "@semantic-release/release-notes-generator"
- preset: simple-preset
- - "@semantic-release/exec"
- prepareCmd: "replace-in-file \"== Changelog ==\" \"== Changelog ==\n\n${nextRelease.notes}\" readme.txt"
- prepareCmd: 'export nextReleaseNotes="${nextRelease.notes}" && node bin/update-changelog.js'
- - "@semantic-release/exec"
- prepareCmd: grunt version::${nextRelease.version} && grunt wp_readme_to_markdown
- - "semantic-release-slack-bot"
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
##### [Version 1.2.13](https://github.com/Codeinwp/templates-patterns-collection/compare/v1.2.12...v1.2.13) (2024-11-12)

- Updated dependencies

##### [Version 1.2.12](https://github.com/Codeinwp/templates-patterns-collection/compare/v1.2.11...v1.2.12) (2024-11-05)

- Add more translatable strings for improved localization
Expand Down
Loading

0 comments on commit 6c6ae5b

Please sign in to comment.