Deploy to Arc XP
Version updated for arcxp/deploy-action to version v1.1.3.
- This action is used across all versions by 0 repositories.
Go to the GitHub Marketplace to find the latest changes.
Release notes
Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog], and this project adheres to [Semantic Versioning].
[1.1.3] - 2024-04-12
This is a maintenance release, only dependencies were updated.
[1.1.2] - 2024-02-15
Changed
- Added better debug capabilities for unexpected server responses.
[1.1.1] - 2024-01-25
Added
- You can now specify
deploy
andpromote
flags astrue
orfalse
. Doing so will allow you to control whether the action deploys and/or promotes your bundle.
Changed
- Updated dependencies
[1.1.0] - 2024-01-08
Added
- You can now specify which version of PageBuilder you wish to deploy with using the
pagebuilder-version
input.
Changed
- Updated dependencies
[1.0.1] - 2023-11-13
Changed
- Fixed documentation typos.
[1.0.0] - 2023-11-13
Added
- Everything, really. This is the initial version, and it works.
To do
- Tests. Lots of tests.