Skip to content

Commit 427eca8

Browse files
committed
Change to using stable for this repo
Other references use `master` still for now.
1 parent 0dc3f76 commit 427eca8

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ jobs:
1414

1515
steps:
1616
- name: Checkout
17-
uses: actions/checkout@v2
17+
uses: actions/checkout@master
1818
- name: Shellcheck
1919
uses: ludeeus/action-shellcheck@master

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ All notable changes to this project will be documented in this file, per [the Ke
3636
### Fixed
3737
- Use more robust method of copying files (`-c` flag for `rsync`).
3838

39-
[Unreleased]: https://github.com/10up/action-wordpress-plugin-deploy/compare/master...develop
39+
[Unreleased]: https://github.com/10up/action-wordpress-plugin-deploy/compare/stable...develop
4040
[1.4.1]: https://github.com/10up/action-wordpress-plugin-deploy/compare/1.4.0...1.4.1
4141
[1.4.0]: https://github.com/10up/action-wordpress-plugin-deploy/compare/1.3.0...1.4.0
4242
[1.3.0]: https://github.com/10up/action-wordpress-plugin-deploy/compare/1.2.1...1.3.0

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ For more on how 10up writes and manages code, check out our [10up Engineering Be
2424

2525
## Workflow
2626

27-
This repository currently uses the `develop` branch to reflect active work and `master` to represent the latest tagged release. Both should typically be usable and frequently the same, but we request that pull requests be opened against `develop` and usage of the action be against `master` or a specific tag. New releases will be tagged as updates are made.
27+
This repository currently uses the `develop` branch to reflect active work and `stable` to represent the latest tagged release. Both should typically be usable and frequently the same, but we request that pull requests be opened against `develop` and usage of the action be against `stable` or a specific tag. New releases will be tagged as updates are made.
2828

2929
## Release instructions
3030

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
npm install
7575
npm run build
7676
- name: WordPress Plugin Deploy
77-
uses: 10up/action-wordpress-plugin-deploy@master
77+
uses: 10up/action-wordpress-plugin-deploy@stable
7878
env:
7979
SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }}
8080
SVN_USERNAME: ${{ secrets.SVN_USERNAME }}
@@ -100,7 +100,7 @@ jobs:
100100
npm run build
101101
- name: WordPress Plugin Deploy
102102
id: deploy
103-
uses: 10up/action-wordpress-plugin-deploy@master
103+
uses: 10up/action-wordpress-plugin-deploy@stable
104104
with:
105105
generate-zip: true
106106
env:

0 commit comments

Comments
 (0)