Skip to content

Commit

Permalink
chore(3.x): release 3.0.1 (#66)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored and nlemoine committed Mar 15, 2024
1 parent 5f6c517 commit 4ace04e
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 20 deletions.
36 changes: 18 additions & 18 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
name: Release
# name: Release

on:
push:
branches:
- 3.x
# on:
# push:
# branches:
# - 3.x

permissions:
contents: write
pull-requests: write
packages: write
# permissions:
# contents: write
# pull-requests: write
# packages: write

jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@v4
with:
target-branch: ${{ github.ref_name }}
config-file: release-please-config.json
manifest-file: .release-please-manifest.json
# jobs:
# release:
# runs-on: ubuntu-latest
# steps:
# - uses: google-github-actions/release-please-action@v4
# with:
# target-branch: ${{ github.ref_name }}
# config-file: release-please-config.json
# manifest-file: .release-please-manifest.json
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "3.0.0"
".": "3.0.1"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [3.0.1](https://github.com/nlemoine/acf-country/compare/v3.0.0...v3.0.1) (2024-03-12)


### Bug Fixes

* ACF Column compatibility ([5f6c517](https://github.com/nlemoine/acf-country/commit/5f6c5170145103e4d0e03462251bec153f84dc13))

## [3.0.0](https://github.com/nlemoine/acf-country/compare/2.1.0...v3.0.0) (2024-02-23)


Expand Down
2 changes: 1 addition & 1 deletion acf-country.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* Plugin Name: Advanced Custom Fields: ACF Country
* Plugin URI: https://github.com/nlemoine/acf-country
* Description: A country field for ACF. Display a select field of all countries, in any language.
* Version: 3.0.0
* Version: 3.0.1
* Requires at least: 5.0
* Requires PHP: 7.4
* Author: Nicolas Lemoine
Expand Down

0 comments on commit 4ace04e

Please sign in to comment.