Skip to content

Commit

Permalink
Merge branch 'development' into prf
Browse files Browse the repository at this point in the history
  • Loading branch information
abaicus authored Nov 27, 2024
2 parents a1361e5 + 620098f commit c30a8c7
Show file tree
Hide file tree
Showing 10 changed files with 43 additions and 965 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 c30a8c7

Please sign in to comment.