Skip to content

Commit

Permalink
Update CHANGELOG.md [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
hipstersmoothie committed Mar 29, 2021
1 parent 915b105 commit 521a15d
Show file tree
Hide file tree
Showing 4 changed files with 127 additions and 1 deletion.
39 changes: 39 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,42 @@
# v10.24.0 (Mon Mar 29 2021)

### Release Notes

#### Release Command: Tag creation fallback. ([#1929](https://github.com/intuit/auto/pull/1929))

When creating a release for a tag that isn't on the remote, fallback to creating a tag pointing at the --to option.

## Why

closes #1917

Todo:

- [x] Add tests
- [x] Add docs

## Change Type

Indicate the type of change your pull request is:

- [ ] `documentation`
- [ ] `patch`
- [x] `minor`
- [ ] `major`

---

#### 🚀 Enhancement

- `auto`, `@auto-it/core`
- Release Command: Tag creation fallback. [#1929](https://github.com/intuit/auto/pull/1929) ([@hipstersmoothie](https://github.com/hipstersmoothie))

#### Authors: 1

- Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie))

---

# v10.23.0 (Fri Mar 26 2021)

#### 🚀 Enhancement
Expand Down
2 changes: 1 addition & 1 deletion docs/pages/docs/configuration/non-npm.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Simply download the appropriate version for your operating system and make it ex

```bash
# Download a platform specific version of auto
curl -vkL -o - https://github.com/intuit/auto/releases/download/v10.23.0/auto-linux.gz | gunzip > ~/auto
curl -vkL -o - https://github.com/intuit/auto/releases/download/v10.24.0/auto-linux.gz | gunzip > ~/auto
# Make auto executable
chmod a+x ~/auto
```
Expand Down
44 changes: 44 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,47 @@
# v10.24.0 (Mon Mar 29 2021)

### Release Notes

#### Release Command: Tag creation fallback. ([#1929](https://github.com/intuit/auto/pull/1929))

When creating a release for a tag that isn't on the remote, fallback to creating a tag pointing at the --to option.

## Why

closes #1917

Todo:

- [x] Add tests
- [x] Add docs

## Change Type

Indicate the type of change your pull request is:

- [ ] `documentation`
- [ ] `patch`
- [x] `minor`
- [ ] `major`

---

#### 🚀 Enhancement

- Release Command: Tag creation fallback. [#1929](https://github.com/intuit/auto/pull/1929) ([@hipstersmoothie](https://github.com/hipstersmoothie))

#### 🐛 Bug Fix

- improve docs ([@hipstersmoothie](https://github.com/hipstersmoothie))
- Release Command: When creating a release for a tag that isn't on remote, fallback to creating a tag pointing at the --to option ([@hipstersmoothie](https://github.com/hipstersmoothie))
- Improve release command docs ([@hipstersmoothie](https://github.com/hipstersmoothie))

#### Authors: 1

- Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie))

---

# v10.22.1 (Tue Mar 23 2021)

#### 🐛 Bug Fix
Expand Down
43 changes: 43 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,46 @@
# v10.24.0 (Mon Mar 29 2021)

### Release Notes

#### Release Command: Tag creation fallback. ([#1929](https://github.com/intuit/auto/pull/1929))

When creating a release for a tag that isn't on the remote, fallback to creating a tag pointing at the --to option.

## Why

closes #1917

Todo:

- [x] Add tests
- [x] Add docs

## Change Type

Indicate the type of change your pull request is:

- [ ] `documentation`
- [ ] `patch`
- [x] `minor`
- [ ] `major`

---

#### 🚀 Enhancement

- Release Command: Tag creation fallback. [#1929](https://github.com/intuit/auto/pull/1929) ([@hipstersmoothie](https://github.com/hipstersmoothie))

#### 🐛 Bug Fix

- add test ([@hipstersmoothie](https://github.com/hipstersmoothie))
- Release Command: When creating a release for a tag that isn't on remote, fallback to creating a tag pointing at the --to option ([@hipstersmoothie](https://github.com/hipstersmoothie))

#### Authors: 1

- Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie))

---

# v10.22.1 (Tue Mar 23 2021)

#### 🐛 Bug Fix
Expand Down

0 comments on commit 521a15d

Please sign in to comment.