Commit 8e327b3c authored by kesnar's avatar kesnar
Browse files

refactor: change automation->ztp naming in misc files

parent dadf5ba0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -40,7 +40,7 @@ components deployed.

## Impacted Components

List of impacted components: Context, Device, Service, PathComp, Slice, Monitoring, Automation, Policy, Compute, etc.
List of impacted components: Context, Device, Service, PathComp, Slice, Monitoring, ZTP, Policy, Compute, etc.
Just an enumeration, elaboration of impacts is done below.

## Component1 Impact
+1 −1
Original line number Diff line number Diff line
@@ -28,4 +28,4 @@ if [ "$(git status --untracked-files=no --porcelain)" ]; then
fi

./mvnw versions:set versions:commit -DnewVersion="${version}"
git commit -am "release(automation): ${version}"
git commit -am "release(ztp): ${version}"