Skip to content
This repository has been archived by the owner on Oct 10, 2021. It is now read-only.

fix(entrypoint.sh): Exclude property #34

Merged
merged 3 commits into from
Jun 19, 2021
Merged

Conversation

ScottBrenner
Copy link
Owner

closes #31

Fixing --exclude property functionality via https://github.com/koalaman/shellcheck/wiki/SC2086#exceptions.

Before:

$ EXCLUDE=fix,docs FROM_TAG=1.0.0 TO_TAG=v1.3.1 ./entrypoint.sh
...
#### 2021-06-19

##### Documentation Changes

*  update README (#29) (fec5c760)

##### New Features

*  Add support for generate-changelog's CLI options (#27) (21880ba0)
*  adds custom tags values to generate changelog (#26) (b1343188)
* **ci:**
  *  Create release.yml (2d2b1877)
  *  Test generating changelog in Actions workflow (#12) (27337a6e)

##### Bug Fixes

* **Dockerfile:**  Install correct npm package (#33) (73f136c1)
* **ci:**
  *  Restore Docker Image CI test job functionality (#28) (0c61c1f2)
  *  Fix shellcheck failures in entrypoint.sh (#13) (117def4f)
  *  Create empty package.json (ce16f34b)
* **action.yml:**
  *  Fixed missing args for bash shell (#9) (4f38e6d5)
  *  Fixed wrong quote ending (#8) (11714e25)
*  Use tag option (#5) (511d1846)

After:

$ EXCLUDE=fix,docs FROM_TAG=1.0.0 TO_TAG=v1.3.1 ./entrypoint.sh
...
#### 2021-06-19

##### New Features

*  Add support for generate-changelog's CLI options (#27) (21880ba0)
*  adds custom tags values to generate changelog (#26) (b1343188)
* **ci:**
  *  Create release.yml (2d2b1877)
  *  Test generating changelog in Actions workflow (#12) (27337a6e)

@ScottBrenner ScottBrenner added bug Something isn't working enhancement New feature or request labels Jun 19, 2021
@ScottBrenner ScottBrenner merged commit c431403 into master Jun 19, 2021
@ScottBrenner ScottBrenner deleted the ScottBrenner-patch-1 branch June 19, 2021 22:55
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

exclude property doesn't work
1 participant