Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,23 @@ jobs:
run: npm ci

- name: Create release
id: semantic-release
env:
GITHUB_TOKEN: ${{ secrets.SEMANTIC_RELEASE_GIT }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: npx semantic-release

- name: Create GitHub release
if: steps.semantic-release.outputs.nextRelease
env:
GITHUB_TOKEN: ${{ secrets.SEMANTIC_RELEASE_GIT }}
run: |
# Create GitHub release using gh CLI
gh release create ${{ steps.semantic-release.outputs.nextRelease.version }} \
--title "${{ steps.semantic-release.outputs.nextRelease.version }}" \
--notes "${{ steps.semantic-release.outputs.nextRelease.notes }}" \
--generate-notes

- name: Notify success
if: success()
run: echo "🚀 Release completed successfully"
6 changes: 3 additions & 3 deletions exampleSite/config/_default/hugo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ timeout = "180s"
dir = ':cacheDir/images'

[module]
replacements = 'github.com/d-oit/mod-slideshow-gallery -> ../..'
replacements = 'github.com/d-oit/hinode-mod-slideshow-gallery -> ../..'
# Build and serve using local mod-template clone declared in the named Hugo workspace:
workspace = "mod-slideshow-gallery.work"
workspace = "hinode-mod-slideshow-gallery.work"
[[module.imports]]
path = "github.com/d-oit/mod-slideshow-gallery"
path = "github.com/d-oit/hinode-mod-slideshow-gallery"
[[module.imports]]
path = "github.com/gethinode/hinode"
[[module.imports]]
Expand Down
1 change: 1 addition & 0 deletions exampleSite/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ go 1.19
require (
github.com/airbnb/lottie-web v5.13.0+incompatible // indirect
github.com/cloudcannon/bookshop/hugo/v3 v3.16.5 // indirect
github.com/d-oit/hinode-mod-slideshow-gallery v1.2.8 // indirect
github.com/gethinode/hinode v1.19.6 // indirect
github.com/gethinode/mod-bootstrap v1.3.4 // indirect
github.com/gethinode/mod-csp v1.0.8 // indirect
Expand Down
2 changes: 2 additions & 0 deletions exampleSite/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ github.com/airbnb/lottie-web v5.13.0+incompatible h1:plBV5Uq/F1kK0EC61Hr0cBGReI9
github.com/airbnb/lottie-web v5.13.0+incompatible/go.mod h1:nTss557UK9FGnp8QYlCMO29tjUHwbdAHG/DprbGfHGE=
github.com/cloudcannon/bookshop/hugo/v3 v3.16.5 h1:RmqeSUQMPyi31YC6SaFNE2ubfFy13qVj5/lo+MCT+u8=
github.com/cloudcannon/bookshop/hugo/v3 v3.16.5/go.mod h1:s7mIonDhtsLcn10ZKuVXyqd6BDHI8vT1WQhZw8rPfY8=
github.com/d-oit/hinode-mod-slideshow-gallery v1.2.8 h1:dm8k0GEIrwpaeQtAU79hvx0SAqYsdzuGDVxpqo31dOw=
github.com/d-oit/hinode-mod-slideshow-gallery v1.2.8/go.mod h1:hVD/EtpvJnaQkyBf60qd2Ey8vzYqHvSaE1EIyFiO/ho=
github.com/gethinode/hinode v1.17.6 h1:8xCx009KrGbI0P9dto+xNUqmMS9uN8i5A24+eB9KysU=
github.com/gethinode/hinode v1.17.6/go.mod h1:8zqeNxw8i3+qlD/vY3SlPzGMW/RCG/+THKUygHzzZ8M=
github.com/gethinode/hinode v1.18.0 h1:9kYhwOohrZIf3RDU77RJr4hT98G7Wi/S3JzyjZhSSeI=
Expand Down
Binary file added exampleSite/static/img/bird.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added exampleSite/static/img/boots.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added exampleSite/static/img/city.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added exampleSite/static/img/coffee.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added exampleSite/static/img/creator-1x1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added exampleSite/static/img/dunes.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added exampleSite/static/img/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
87 changes: 87 additions & 0 deletions exampleSite/static/img/favicon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added exampleSite/static/img/flowers.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added exampleSite/static/img/laptop.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added exampleSite/static/img/notepad.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added exampleSite/static/img/paper.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added exampleSite/static/img/phone.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added exampleSite/static/img/puzzle.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added exampleSite/static/img/sketch.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added exampleSite/static/img/sunrise.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,8 @@
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/github",
"@semantic-release/npm",
"@semantic-release/changelog",
"@semantic-release/npm",
[
"@semantic-release/exec",
{
Expand Down