Commit 06d6981
authored
docs: append additional line to testreleaseprocess.md (#21)
* docs: append additional line to testreleaseprocess.md
* docs: clean up release.md - remove duplicates and clarify workflow
* docs: remove outdated CLI release docs
Delete cli/docs/release.md and cli/docs/testreleaseprocess.md which were redundant/outdated.
* chore: update cli/.goreleaser.yml — add archive format/name_template, fix LICENSE path, remove snapshot template
* chore: normalize working-directory and fix paths in release workflow and goreleaser config
- Set default shell to bash and remove global working-directory; specify working-directory per step
- Run dashboard build, git tagging and goreleaser release from cli directory
- Update azd publish to use repository registry.json and cli/dist artifact paths
- Adjust cli/.goreleaser.yml file patterns to reference LICENSE and cli/* paths correctly
* chore: remove duplicate GITHUB_TOKEN env entry in release workflow
* chore: refine release workflow, fix GoReleaser config, add test script
- .github/workflows/release-please.yml: normalize PR title/commit to include "v", expand PR body with current/new version and release type, add next-steps, and use branch name release/v{version}
- cli/.goreleaser.yml: use Windows-friendly hook, remove hardcoded archive format (use overrides), correct dashboard dist path to cli/src/internal/dashboard/dist, ensure dir set for build
- add test-release.ps1: PowerShell helper to build dashboard and run goreleaser in snapshot mode for local testing
* chore: remove redundant GoReleaser 'before' hook (dashboard built in workflow)
* chore: align goreleaser config with cli working dir, update release workflow, add cli .gitignore
- Copy LICENSE into cli in the release workflow and pass -f .goreleaser.yml to goreleaser
- Remove redundant dir: cli and strip cli/ prefixes in cli/.goreleaser.yml so asset paths are relative
- Add cli/.gitignore to ignore copied LICENSE and generated dist/ artifacts
* chore: remove working-directory from Create git tag step in release workflow
* chore: install azd extensions in release workflow before registry update
* chore: add MIT License to cli and remove LICENSE ignore from .gitignore
* chore: remove LICENSE copy step from release workflow
* chore: run azd x publish from cli and fix registry/artifacts paths in release workflow
* chore: enable GitHub releases in cli/.goreleaser.yml (add owner/name, name_template, draft and prerelease)
* chore: pass tag-style version (v$VERSION) to azd x publish in release workflow1 parent bca6166 commit 06d6981
File tree
6 files changed
+87
-23
lines changed- .github/workflows
- cli
- scripts
6 files changed
+87
-23
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
93 | | - | |
94 | | - | |
| 93 | + | |
| 94 | + | |
95 | 95 | | |
96 | | - | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
97 | 101 | | |
98 | 102 | | |
99 | | - | |
100 | | - | |
101 | | - | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
102 | 106 | | |
103 | | - | |
104 | | - | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
105 | 112 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
| 62 | + | |
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
70 | 75 | | |
71 | 76 | | |
72 | 77 | | |
73 | 78 | | |
74 | 79 | | |
75 | | - | |
76 | | - | |
77 | | - | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
78 | 84 | | |
79 | 85 | | |
80 | 86 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | 5 | | |
11 | 6 | | |
12 | 7 | | |
| |||
30 | 25 | | |
31 | 26 | | |
32 | 27 | | |
33 | | - | |
34 | 28 | | |
35 | 29 | | |
36 | 30 | | |
37 | 31 | | |
38 | 32 | | |
39 | 33 | | |
40 | 34 | | |
41 | | - | |
42 | | - | |
43 | | - | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
44 | 38 | | |
45 | 39 | | |
46 | 40 | | |
47 | 41 | | |
48 | 42 | | |
49 | | - | |
50 | 43 | | |
51 | | - | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
52 | 50 | | |
53 | 51 | | |
54 | 52 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
0 commit comments