4 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
4 changed files with 11 additions and 2 deletions

View File

@@ -1,5 +1,12 @@
# 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)

View File

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

View File

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

View File

@@ -8,7 +8,7 @@
- 🧠 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)
- 🎧 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)
---