Skip to content

Commit

Permalink
💛 merge pull request #132 from FWDekker/release-1.5.1
Browse files Browse the repository at this point in the history
💛 mommy is curious about v1.5.1~
  • Loading branch information
FWDekker authored Sep 29, 2024
2 parents e9c4a3e + 416b627 commit aaea345
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -515,7 +515,7 @@ jobs:
echo "::group::Install fpm"
pkg_add "$(pkg_info -Q ruby | grep "^ruby-[0-9]" | tail -n 1)"
/usr/local/bin/gem* install --no-document fpm
ln -s /usr/local/bin/fpm* /usr/local/bin/fpm # Symlink 'fpm' to latest version
ln -s "$(echo /usr/local/bin/fpm* | tr ' ' \\n | grep -E '[0-9]+$')" /usr/local/bin/fpm # Symlink 'fpm' to latest version
echo "::endgroup::"
echo "::group::Ignore ownership issues"
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Changelog
## [unreleased]
## [1.5.1] -- 2024-09-28
### added
* 🤸‍♀️ mommy now supports `-d` as an alias of `--global-config-dirs`~

Expand Down
4 changes: 2 additions & 2 deletions version
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
1.5.0
2024-02-28
1.5.1
2024-09-28

0 comments on commit aaea345

Please sign in to comment.