Skip to content

Commit

Permalink
switched to new @lando/prepare-release-action
Browse files Browse the repository at this point in the history
  • Loading branch information
pirog committed Jun 17, 2023
1 parent 579a08d commit 8e04d41
Show file tree
Hide file tree
Showing 5 changed files with 32 additions and 222 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
release:
types:
- published
- edited

jobs:
deploy:
Expand Down Expand Up @@ -38,7 +37,9 @@ jobs:
run: yarn test:unit
- name: Run leia tests
run: yarn leia examples/basic-example.md
# Deploy

- name: Prepare release
uses: lando/prepare-release-action@v2
- name: Publish to npm
run: |
if [ "${{ github.event.release.prerelease }}" == "false" ]; then
Expand Down
43 changes: 17 additions & 26 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,40 +1,36 @@
v0.6.5 - [May 8, 2023](https://github.com/lando/leia/releases/tag/v0.6.5)
---------------------------
## v0.6.6 - [June 17, 2023](https://github.com/lando/leia/releases/tag/v0.6.6)

* Switched release flow over to [@lando/prepare-release-action](https://github.com/lando/prepare-release-action)

## v0.6.5 - [May 8, 2023](https://github.com/lando/leia/releases/tag/v0.6.5)

* Fixed bug causing `,` separated custom headers to not be arrayified correctly

v0.6.4 - [October 25, 2021](https://github.com/lando/leia/releases/tag/v0.6.4)
---------------------------
## v0.6.4 - [October 25, 2021](https://github.com/lando/leia/releases/tag/v0.6.4)

* Included `yarn.lock` in published project

v0.6.3 - [October 19, 2021](https://github.com/lando/leia/releases/tag/v0.6.3)
---------------------------
## v0.6.3 - [October 19, 2021](https://github.com/lando/leia/releases/tag/v0.6.3)

* Added command `debug` output to tests

v0.6.2 - [October 19, 2021](https://github.com/lando/leia/releases/tag/v0.6.2)
---------------------------
## v0.6.2 - [October 19, 2021](https://github.com/lando/leia/releases/tag/v0.6.2)

* Fixed bug causing `leia` to fail when invoked as a dependency

v0.6.1 - [October 19, 2021](https://github.com/lando/leia/releases/tag/v0.6.1)
---------------------------
## v0.6.1 - [October 19, 2021](https://github.com/lando/leia/releases/tag/v0.6.1)

* Fixed showstopping bug caused by not including `templates` in `npm` package

v0.6.0 - [October 19, 2021](https://github.com/lando/leia/releases/tag/v0.6.0)
---------------------------
## v0.6.0 - [October 19, 2021](https://github.com/lando/leia/releases/tag/v0.6.0)

* Added `--shell` autodetection and support for `bash`, `zsh`, `sh` and `cmd`

v0.5.1 - [October 19, 2021](https://github.com/lando/leia/releases/tag/v0.5.1)
---------------------------
## v0.5.1 - [October 19, 2021](https://github.com/lando/leia/releases/tag/v0.5.1)

* Complete redesign: See updated [README.md](./README.md)

v0.4.0 - [March 18, 2021](https://github.com/lando/leia/releases/tag/v0.4.0)
-------------------------
## v0.4.0 - [March 18, 2021](https://github.com/lando/leia/releases/tag/v0.4.0)

* Added `--ignore` flag to pass in patterns to exclude from parsing
* Added `--spawn` flag to use `child_process.spawn` instead of `child_process.exec`
Expand All @@ -43,28 +39,23 @@ v0.4.0 - [March 18, 2021](https://github.com/lando/leia/releases/tag/v0.4.0)
* Improved error message on failed tests to show exit code, `stdin` and `stdout`
* Upgraded to `node` `14`

v0.3.4 - [January 24, 2019](https://github.com/lando/leia/releases/tag/v0.3.4)
---------------------------
## v0.3.4 - [January 24, 2019](https://github.com/lando/leia/releases/tag/v0.3.4)

* Added some `LEIA_PARSER_` envvars to each file being run.

v0.3.3 - [November 29, 2018](https://github.com/lando/leia/releases/tag/v0.3.3)
----------------------------
## v0.3.3 - [November 29, 2018](https://github.com/lando/leia/releases/tag/v0.3.3)

* Fixed bug with generate test `eslint-disable max-len` not being set

v0.3.2 - [November 28, 2018](https://github.com/lando/leia/releases/tag/v0.3.2)
----------------------------
## v0.3.2 - [November 28, 2018](https://github.com/lando/leia/releases/tag/v0.3.2)

* Fixed bug causing false-positive detection of not-properly-formatted `markdown` files

v0.3.1 - [November 27, 2018](https://github.com/lando/leia/releases/tag/v0.3.1)
----------------------------
## v0.3.1 - [November 27, 2018](https://github.com/lando/leia/releases/tag/v0.3.1)

* Just a little placeholder [#1](https://github.com/lando/leia/issues/1)

v0.3.0 - [November 27, 2018](https://github.com/lando/leia/releases/tag/v0.3.0)
----------------------------
## v0.3.0 - [November 27, 2018](https://github.com/lando/leia/releases/tag/v0.3.0)

* Just a little placeholder [#1](https://github.com/lando/leia/issues/1)

6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -190,9 +190,9 @@ yarn test:unit

## Releasing

```bash
yarn release
```
To deploy and publish a new version of the package to the `npm` registry you need only [create a release on GitHub](https://docs.github.com/en/repositories/releasing-projects-on-github/managing-releases-in-a-repository) with a [semver](https://semver.org) tag.

Note that prereleases will get pushed to the `edge` tag on the `npm` registry.

## Contributors

Expand Down
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@
"eslint": "^7.3",
"eslint-config-google": "^0.14.0",
"mock-fs": "^4.7.0",
"nyc": "^13.1.0",
"version-bump-prompt": "^4.2.1"
"nyc": "^13.1.0"
}
}
}
Loading

0 comments on commit 8e04d41

Please sign in to comment.