Skip to content

Commit

Permalink
Deprecate built releases
Browse files Browse the repository at this point in the history
  • Loading branch information
srtfisher authored Sep 5, 2024
1 parent 99de0cb commit bd51c6f
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ The following workflows are available to use:

- Built Branches/Tags and Other Deployment Workflows
- [Built Branch](#built-branch)
- [Built Releases](#built-releases)
- [Built Releases](#built-releases) (**⚠️ Deprecated**)
- [Built Tag](#built-tag) (**⚠️ Deprecated**)
- [Deploy to Remote Repository](#deploy-to-remote-repository)
- Dependabot Management
Expand Down Expand Up @@ -71,6 +71,8 @@ jobs:
### Built Releases
> ℹ️ Note: This action is deprecated in favor of the [action-release](https://github.com/alleyinteractive/action-release).
Create built releases of a project based on the WordPress plugin `Version`
header in your main plugin file and then falling back to the `version` property in
either `composer.json` or `package.json`. When the version is updated in either
Expand Down Expand Up @@ -124,8 +126,8 @@ jobs:

### Built Tag

> ℹ️ Note: This action is deprecated in favor of the [Built Releases](#built-releases)
> workflow. Built tags with the format of `v*.*.*-built` are not compatible with Composer
> ℹ️ Note: This action is deprecated in favor of the [action-release](https://github.com/alleyinteractive/action-release).
> Built tags with the format of `v*.*.*-built` are not compatible with Composer
> and should be avoided.

Create a `*-built` version of a tag for use in submodules.
Expand Down

0 comments on commit bd51c6f

Please sign in to comment.