Skip to content

Commit

Permalink
chore: release version 1.0.0
Browse files Browse the repository at this point in the history
Signed-off-by: Yann Soubeyrand <[email protected]>
  • Loading branch information
yann-soubeyrand committed May 31, 2024
1 parent b01f426 commit 7d07a2e
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 4 deletions.
3 changes: 3 additions & 0 deletions .changes/v1.0.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
## v1.0.0 — 2024-05-16

### Initial release
2 changes: 1 addition & 1 deletion .github/workflows/checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:

- name: "Set up Dagger"
id: "setup-dagger"
uses: "camptocamp/setup-dagger@main"
uses: "camptocamp/setup-dagger@latest"

- name: "Generate code"
id: "generate"
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,7 @@
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html), and is generated by [Changie](https://github.com/miniscruff/changie).

## v1.0.0 — 2024-05-16

### Initial release
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ steps:

- name: "Set up Dagger"
id: "setup-dagger"
uses: "camptocamp/setup-dagger@main"
uses: "camptocamp/setup-dagger@v1"
with:
cloud-token: "{{ $secrets.DAGGER_CLOUD_TOKEN }}"

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"type": "module",
"private": true,
"name": "setup-dagger",
"version": "0.0.0",
"version": "1.0.0",
"description": "GitHub action to set up Dagger",
"author": "Camptocamp",
"license": "AGPL-3.0-only",
Expand Down

0 comments on commit 7d07a2e

Please sign in to comment.