Skip to content

Commit

Permalink
Prepare 8.x-1.2 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
Niklan committed Nov 12, 2021
1 parent ea889bf commit a96d1d4
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/push-to-drupal-org.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,6 @@ jobs:

- name: Push changes
run: git push drupalorg --all

- name: Push tags
run: git push drupalorg --tags
17 changes: 16 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

## [Unreleased][unreleased]

## [1.2]

* PR [#4](https://github.com/Niklan/yandex_yml/pull/4): Create temporary file only when generating the writer output.

## [1.1]

* Improved Drupal 9 support.

## [1.0]

* Drupal 9 support.

## [1.0-alpha5]

**This release is not BC with alpha4.**
Expand Down Expand Up @@ -47,4 +59,7 @@ No breaking changes.
[1.0-alpha5]: https://github.com/Niklan/yandex_yml/compare/8.x-1.0-alpha4...8.x-1.0-alpha5
[1.0-alpha4]: https://github.com/Niklan/yandex_yml/compare/8.x-1.0-alpha3...8.x-1.0-alpha4
[1.0-alpha3]: https://github.com/Niklan/yandex_yml/compare/8.x-1.0-alpha1...8.x-1.0-alpha3
[1.0-alpha2]: https://github.com/Niklan/yandex_yml/compare/8.x-1.0-alpha1...8.x-1.0-alpha2
[1.0-alpha2]: https://github.com/Niklan/yandex_yml/compare/8.x-1.0-alpha1...8.x-1.0-alpha2
[1.0]: https://github.com/Niklan/yandex_yml/compare/8.x-1.0-alpha5...8.x-1.0
[1.1]: https://github.com/Niklan/yandex_yml/compare/8.x-1.0...8.x-1.1
[1.2]: https://github.com/Niklan/yandex_yml/compare/8.x-1.1...8.x-1.2

0 comments on commit a96d1d4

Please sign in to comment.