Commit a52c4e1
Merged PR 840170: removed beta version tag and set as latest from release pipeline
Bug in NPM release pipeline:
ESRP task releases package as beta because of package.json config
set as latest tasks adds latest tag
we end up with released package having both beta and latest tages.
Resolution:
We don't need to release beta versions - this tag is used for "pre-release or experimental" versions - we don't release such.
ESRP task will set latest tag when publishing the package if nothing else is configured (documentation )
no need for set as latest release pipeline stage after the above
----
#### AI description (iteration 1)
#### PR Classification
Release pipeline and configuration update.
#### PR Summary
This pull request removes the beta tag setup and associated pipeline stages, ensuring that released packages are now tagged as "latest."
- `/.pipelines/powerbi-javascript-npm-release.yml`: Removed stages and tasks related to approval and marking the NPM package with the "latest" tag.
- `/package.json`: Deleted the "publishConfig" specifying the "beta" tag, allowing the default latest tag to be applied.
<!-- GitOpsUserAgent=GitOps.Apps.Server.pullrequestcopilot -->
Related work items: #18764171 parent 6c6a7c9 commit a52c4e1
2 files changed
Lines changed: 1 addition & 75 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
135 | 135 | | |
136 | 136 | | |
137 | 137 | | |
138 | | - | |
139 | | - | |
140 | | - | |
141 | | - | |
142 | | - | |
143 | | - | |
144 | | - | |
145 | | - | |
146 | | - | |
147 | | - | |
148 | | - | |
149 | | - | |
150 | | - | |
151 | | - | |
152 | | - | |
153 | | - | |
154 | | - | |
155 | | - | |
156 | | - | |
157 | | - | |
158 | | - | |
159 | | - | |
160 | | - | |
161 | | - | |
162 | | - | |
163 | | - | |
164 | | - | |
165 | | - | |
166 | | - | |
167 | | - | |
168 | | - | |
169 | | - | |
170 | | - | |
171 | | - | |
172 | | - | |
173 | | - | |
174 | | - | |
175 | | - | |
176 | | - | |
177 | | - | |
178 | | - | |
179 | | - | |
180 | | - | |
181 | | - | |
182 | | - | |
183 | | - | |
184 | | - | |
185 | | - | |
186 | | - | |
187 | | - | |
188 | | - | |
189 | | - | |
190 | | - | |
191 | | - | |
192 | | - | |
193 | | - | |
194 | | - | |
195 | | - | |
196 | | - | |
197 | | - | |
198 | | - | |
199 | | - | |
200 | | - | |
201 | | - | |
202 | | - | |
203 | | - | |
204 | | - | |
205 | | - | |
206 | | - | |
207 | | - | |
208 | | - | |
209 | | - | |
| 138 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
85 | | - | |
86 | | - | |
87 | | - | |
88 | 85 | | |
89 | 86 | | |
90 | 87 | | |
| |||
0 commit comments