Commit 6d99c4f
authored
Test ci 2 (#23)
* 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 workflow
* chore(release): switch to azd x release flow; remove release-please & goreleaser
- Replace prepare/publish split with a single bump-based release workflow (.github/workflows/release.yml)
- workflow now computes next version, updates cli/extension.yaml & CHANGELOG.md, commits bump
- builds, packs, creates release and publishes using azd x (azd x build/pack/release/publish)
- removed goreleaser steps and manual tag handling
- Remove release-please and goreleaser artifacts:
- deleted .github/workflows/release-please.yml, .release-please-manifest.json, release-please-config.json
- deleted cli/.goreleaser.yml and legacy test-release.ps1
- Update docs to reflect new automated azd x process (cli/docs/dev/release.md)
- Add local test helper script cli/scripts/test-azd-x-flow.ps1 to simulate the azd x release flow1 parent 01670c2 commit 6d99c4f
File tree
8 files changed
+881
-504
lines changed- .github/workflows
- cli
- docs/dev
- scripts
8 files changed
+881
-504
lines changedThis file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | | - | |
| 6 | + | |
| 7 | + | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
10 | 14 | | |
11 | 15 | | |
12 | 16 | | |
13 | 17 | | |
14 | 18 | | |
15 | 19 | | |
16 | | - | |
| 20 | + | |
17 | 21 | | |
18 | 22 | | |
19 | 23 | | |
20 | 24 | | |
21 | 25 | | |
22 | | - | |
| 26 | + | |
23 | 27 | | |
24 | 28 | | |
25 | 29 | | |
26 | 30 | | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
32 | 86 | | |
33 | 87 | | |
34 | 88 | | |
| |||
37 | 91 | | |
38 | 92 | | |
39 | 93 | | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
40 | 100 | | |
41 | 101 | | |
42 | 102 | | |
43 | 103 | | |
44 | 104 | | |
45 | 105 | | |
46 | | - | |
| 106 | + | |
47 | 107 | | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
53 | 111 | | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
| 112 | + | |
| 113 | + | |
60 | 114 | | |
61 | | - | |
62 | | - | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
63 | 122 | | |
64 | 123 | | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | 124 | | |
75 | 125 | | |
76 | 126 | | |
77 | | - | |
78 | | - | |
79 | 127 | | |
80 | 128 | | |
81 | 129 | | |
82 | | - | |
83 | | - | |
84 | | - | |
| 130 | + | |
85 | 131 | | |
86 | | - | |
87 | 132 | | |
88 | 133 | | |
89 | 134 | | |
90 | 135 | | |
91 | | - | |
| 136 | + | |
92 | 137 | | |
93 | 138 | | |
94 | 139 | | |
| |||
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| 2 | + | |
2 | 3 | | |
This file was deleted.
0 commit comments