7 Commits

Author SHA1 Message Date
Dave Kerr
6ea10057de Merge pull request #451 from dwmkerr/release-please--branches--main
chore(main): release 0.3.2
2025-03-31 21:16:40 +01:00
github-actions[bot]
4d57423690 chore(main): release 0.3.2 2025-03-31 20:16:24 +00:00
Dave Kerr
454656237d fix: update ebook download link
The PDF ebook download link was updated from .pd to .pdf.
2025-03-31 21:15:43 +01:00
Dave Kerr
998302b4cb build: only deploy on release 2025-03-31 16:27:04 +01:00
Dave Kerr
be78a7bf41 Merge pull request #447 from dwmkerr/release-please--branches--main
chore(main): release 0.3.1
2025-03-31 16:25:58 +01:00
github-actions[bot]
a80670cb8b chore(main): release 0.3.1 2025-03-31 12:32:29 +00:00
Dave Kerr
6353fe4b8f fix: effective shell links 2025-03-31 13:31:50 +01:00
4 changed files with 19 additions and 3 deletions

14
.github/CHANGELOG.md vendored
View File

@@ -1,5 +1,19 @@
# Changelog # Changelog
## [0.3.2](https://github.com/dwmkerr/hacker-laws/compare/v0.3.1...v0.3.2) (2025-03-31)
### Bug Fixes
* update ebook download link ([4546562](https://github.com/dwmkerr/hacker-laws/commit/454656237d9508c8fadafffbc1c1286fc134f8cf))
## [0.3.1](https://github.com/dwmkerr/hacker-laws/compare/v0.3.0...v0.3.1) (2025-03-31)
### Bug Fixes
* effective shell links ([6353fe4](https://github.com/dwmkerr/hacker-laws/commit/6353fe4b8f044456d66dac0af950e41989c56c5a))
## [0.3.0](https://github.com/dwmkerr/hacker-laws/compare/v0.2.1...v0.3.0) (2025-03-31) ## [0.3.0](https://github.com/dwmkerr/hacker-laws/compare/v0.2.1...v0.3.0) (2025-03-31)

View File

@@ -1,3 +1,3 @@
{ {
".": "0.3.0" ".": "0.3.2"
} }

View File

@@ -87,6 +87,8 @@ jobs:
name: github-pages name: github-pages
url: ${{ steps.deployment.outputs.page_url }} url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-24.04 runs-on: ubuntu-24.04
needs: release
if: ${{ needs.release.outputs.released }}
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v4 uses: actions/checkout@v4

View File

@@ -3,12 +3,12 @@
--- ---
- 📖 My new book [Effective Shell](https://effective-shell) on [Amazon](https://amzn.to/4ho0F91) - 📖 My new book [Effective Shell (Online Version)](https://effective-shell.com) on [Amazon (Print/Kindle)](https://amzn.to/4ho0F91)
- 🌍 Try [hacker-laws.com](https://hacker-laws.com) - 🌍 Try [hacker-laws.com](https://hacker-laws.com)
- 🧠 Check out my new project [Terminal AI](https://github.com/dwmkerr/terminal-ai) - 🧠 Check out my new project [Terminal AI](https://github.com/dwmkerr/terminal-ai)
- ☕️ Like this project? Consider [buying me a coffee with a one-off donation](https://github.com/sponsors/dwmkerr?frequency=one-time) - ☕️ Like this project? Consider [buying me a coffee with a one-off donation](https://github.com/sponsors/dwmkerr?frequency=one-time)
- 🎧 Listen to the podcast [The Changelog - Laws for Hackers to Live By](https://changelog.com/podcast/403) - 🎧 Listen to the podcast [The Changelog - Laws for Hackers to Live By](https://changelog.com/podcast/403)
- 📖 Download the [PDF eBook](https://github.com/dwmkerr/hacker-laws/releases/latest/download/hacker-laws.pd) - 📖 Download the [PDF eBook](https://github.com/dwmkerr/hacker-laws/releases/latest/download/hacker-laws.pdf)
- 🌏 See the [Translations](#translations) - 🌏 See the [Translations](#translations)
--- ---