Skip to content

Commit

Permalink
chore(release): 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.0.0](v0.3.0...v1.0.0) (2020-06-16)

### Bug Fixes

* **syntax:** corrected syntax error ([d7e2e34](d7e2e34))

### Features

* **formula:** align to template formula; add ci tests ([b019b47](b019b47))

### BREAKING CHANGES

* **formula:** Major refactor of formula to bring it in alignment with the
template-formula. As with all substantial changes, please ensure your
existing configurations work in the ways you expect from this formula.
  • Loading branch information
semantic-release-bot committed Jun 16, 2020
1 parent 18c5365 commit e86343f
Show file tree
Hide file tree
Showing 5 changed files with 85 additions and 1 deletion.
12 changes: 12 additions & 0 deletions AUTHORS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Authors

This list is sorted by the number of commits per contributor in _descending_ order.

Avatar|Contributor|Contributions
:-:|---|:-:
<img class='float-left rounded-1' src='https://avatars1.githubusercontent.com/u/13322818?v=4' width='36' height='36' alt='@noelmcloughlin'>|[@noelmcloughlin](https://github.com/noelmcloughlin)|48
<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/1800660?v=4' width='36' height='36' alt='@aboe76'>|[@aboe76](https://github.com/aboe76)|2

---

Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2020-06-16.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Changelog

# [1.0.0](https://github.com/saltstack-formulas/sqlplus-formula/compare/v0.3.0...v1.0.0) (2020-06-16)


### Bug Fixes

* **syntax:** corrected syntax error ([d7e2e34](https://github.com/saltstack-formulas/sqlplus-formula/commit/d7e2e34d0b27a845fdafbee2fa58ceca125196ad))


### Features

* **formula:** align to template formula; add ci tests ([b019b47](https://github.com/saltstack-formulas/sqlplus-formula/commit/b019b472e93d33852252110f4895b3ad28880833))


### BREAKING CHANGES

* **formula:** Major refactor of formula to bring it in alignment with the
template-formula. As with all substantial changes, please ensure your
existing configurations work in the ways you expect from this formula.
2 changes: 1 addition & 1 deletion FORMULA
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: sqlplus
os: Debian, Ubuntu, Raspbian, RedHat, Fedora, CentOS, Amazon, Suse, openSUSE, Gentoo, Funtoo, Arch, Manjaro, Alpine, FreeBSD, OpenBSD, Solaris, SmartOS, Windows, MacOS
os_family: Debian, RedHat, Suse, Gentoo, Arch, Alpine, FreeBSD, OpenBSD, Solaris, Windows, MacOS
version: 0.2.2
version: 1.0.0
release: 1
minimum_version: 2019.2
summary: sqlplus formula
Expand Down
26 changes: 26 additions & 0 deletions docs/AUTHORS.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
.. role:: raw-html-m2r(raw)
:format: html


Authors
=======

This list is sorted by the number of commits per contributor in *descending* order.

.. list-table::
:header-rows: 1

* - Avatar
- Contributor
- Contributions
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars1.githubusercontent.com/u/13322818?v=4' width='36' height='36' alt='@noelmcloughlin'>`
- `@noelmcloughlin <https://github.com/noelmcloughlin>`_
- 48
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/1800660?v=4' width='36' height='36' alt='@aboe76'>`
- `@aboe76 <https://github.com/aboe76>`_
- 2


----

Auto-generated by a `forked version <https://github.com/myii/maintainer>`_ of `gaocegege/maintainer <https://github.com/gaocegege/maintainer>`_ on 2020-06-16.
26 changes: 26 additions & 0 deletions docs/CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@

Changelog
=========

`1.0.0 <https://github.com/saltstack-formulas/sqlplus-formula/compare/v0.3.0...v1.0.0>`_ (2020-06-16)
---------------------------------------------------------------------------------------------------------

Bug Fixes
^^^^^^^^^


* **syntax:** corrected syntax error (\ `d7e2e34 <https://github.com/saltstack-formulas/sqlplus-formula/commit/d7e2e34d0b27a845fdafbee2fa58ceca125196ad>`_\ )

Features
^^^^^^^^


* **formula:** align to template formula; add ci tests (\ `b019b47 <https://github.com/saltstack-formulas/sqlplus-formula/commit/b019b472e93d33852252110f4895b3ad28880833>`_\ )

BREAKING CHANGES
^^^^^^^^^^^^^^^^


* **formula:** Major refactor of formula to bring it in alignment with the
template-formula. As with all substantial changes, please ensure your
existing configurations work in the ways you expect from this formula.

0 comments on commit e86343f

Please sign in to comment.