-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: initial release catched issues (#7)
This pull request includes several changes aimed at improving documentation and fixing issues related to release assets and checksums. The most important changes include updates to documentation links, the removal of unnecessary SBOM JSON files, and adjustments to the `.goreleaser.yml` configuration. ### Documentation Updates: * Updated links in `docs/index.md` and `templates/index.md.tmpl` to point to the correct guides for authentication methods. (`[[1]](diffhunk://#diff-b4d68dc855d0f9476d3f2ee343853bd21bf82ea9960d0cf06661baa244439dd6L64-R73)`, `[[2]](diffhunk://#diff-b4d68dc855d0f9476d3f2ee343853bd21bf82ea9960d0cf06661baa244439dd6L109-R113)`, `[[3]](diffhunk://#diff-2787aac6ad1510c9157d238b7b366aa4a6abdeba2429c28affad380e0bd3df26L40-R60)`) * Removed the "Authentication" section from the navigation in `docs/.pages`. (`[docs/.pagesL5](diffhunk://#diff-5b7137a1b17cd50c3db509d7fccc84b453921a9ab979daa5e1a372fda4575a0dL5)`) ### Release Assets and Configuration: * Fixed the issue of unnecessary SBOM JSON files being included in the release assets by removing the `sboms` section from `.goreleaser.yml`. (`[.goreleaser.ymlL45-L47](diffhunk://#diff-42e26dc67aed8aa3edb2472b4403288c1699fb6dc47419b9a475f0f224fe4689L45-L47)`) * Added entries to track fixed issues related to docs rendering and links, and unnecessary SBOM JSON files in the `.changes/unreleased` directory. (`[[1]](diffhunk://#diff-b58489300b3b5adc5685a5818f34be2b63dcfb9cb27e46c929f7f90e3af85363R1-R5)`, `[[2]](diffhunk://#diff-c031cfd4606dfeb2c17b6a9d48c7bea25692e9446970205e1eee395aa0cb4cfdR1-R5)`)
- Loading branch information
1 parent
85b183c
commit bf1bc2c
Showing
18 changed files
with
24 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
kind: fixed | ||
body: Docs rendering and links | ||
time: 2024-09-20T14:13:01.0353796-07:00 | ||
custom: | ||
Issue: "7" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
kind: fixed | ||
body: Unnecessary sbom json in the release assets | ||
time: 2024-09-20T14:14:00.4673888-07:00 | ||
custom: | ||
Issue: "7" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters