You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -207,10 +255,13 @@ re-resolved (so you get the latest version from either the stage repository, or
207
255
208
256
It is **very important** if you're using this goal, that the **`stageDeploymentReposity` have a unique repository/server id**.
209
257
If you use the same ID for release, snapshot, and stage, every time you exeucte this goal, every release version
210
-
dependency will be purged and re-resolved.
258
+
dependency will be purged and re-resolved.
211
259
260
+
If you have a local build / install of a release version, this goal will currently not update that package, by design.
261
+
You will need to manually remove your local build (or have a newer version resolve from a remote) before this goal will
262
+
purge it.
212
263
213
-
##Goal: `tag-master` ("Automagic" Tagging for Master Branch Releases)
264
+
# Goal: `tag-master` ("Automagic" Tagging for Master Branch Releases)
214
265
215
266
In a gitflow environment, a commit to a master branch should trigger a job to build on the master branch, which would result in the release being tagged if successful.
0 commit comments