Imran Iqbal
45ccaf68bd
docs(contributing): add basic introductory text before the TOC
2019-02-23 15:21:57 +00:00
Imran Iqbal
5f2d7894ab
docs(readme): convert note into a heading
2019-02-23 15:21:57 +00:00
Imran Iqbal
a5bae1efe0
feat(toc): use markdown-toc
directly to update inline
...
* https://github.com/jonschlinkert/markdown-toc
- Generate a markdown TOC (table of contents) for any markdown files.
2019-02-23 15:20:23 +00:00
semantic-release-bot
0dc0dc4b60
chore(release): 0.4.0 [skip ci]
...
# [0.4.0](https://github.com/saltstack-formulas/template-formula/compare/v0.3.6...v0.4.0 ) (2019-02-23)
### Documentation
* **contributing:** centre-align version bump columns in table ([a238cae
](https://github.com/saltstack-formulas/template-formula/commit/a238cae ))
### Features
* **authors:** update automatically alongside `semantic-release` ([8000098
](https://github.com/saltstack-formulas/template-formula/commit/8000098 ))
2019-02-23 00:59:20 +00:00
Imran Iqbal
f03dd6fa18
Merge pull request #42 from myii/PR_auto-authors
...
feat(authors): update automatically alongside `semantic-release`
2019-02-23 00:52:28 +00:00
Imran Iqbal
a238cae3bf
docs(contributing): centre-align version bump columns in table
2019-02-23 00:45:58 +00:00
Imran Iqbal
80000982e2
feat(authors): update automatically alongside semantic-release
...
* https://github.com/gaocegege/maintainer
- The existing `AUTHORS.md` was created manually using this CLI app.
- This commit automates this process to run during the CI build,
as part of the overall `semantic-release` process.
* https://github.com/myii/maintainer
- Using an enhanced, forked version of this app.
- The authors are now shown in a table rather than a bulleted list.
2019-02-23 00:21:48 +00:00
Imran Iqbal
42f93b3823
test(inspec): update supports
for all platforms added
2019-02-22 03:48:51 +00:00
Imran Iqbal
7614a3cd7d
feat(kitchen+travis): add opensuse-leap
after resolving issues
...
* https://freenode.logbot.info/saltstack-formulas/20190221
- Various attempts and input between 1100-1437
2019-02-22 03:48:47 +00:00
Imran Iqbal
1348078395
feat(kitchen+travis): conduct tests on a wider range of platforms
...
Based on discussions in #saltstack-formulas leading to:
* Debian:
- debian-9
- debian-8
- ubuntu-18
- ubuntu-16
* RedHat:
- centos-7
- centos-6
- fedora
* Suse:
- opensuse
2019-02-22 03:48:36 +00:00
semantic-release-bot
fc664e731e
chore(release): 0.3.6 [skip ci]
...
## [0.3.6](https://github.com/saltstack-formulas/template-formula/compare/v0.3.5...v0.3.6 ) (2019-02-22)
### Continuous Integration
* **travis:** include `commitlint` stage ([6659a69
](https://github.com/saltstack-formulas/template-formula/commit/6659a69 ))
* **travis:** remove obsolete check based on `$TRAVIS_TEST_RESULT` ([6df9c95
](https://github.com/saltstack-formulas/template-formula/commit/6df9c95 ))
### Documentation
* **contributing:** update with sub-headings and `commitlint` details ([ea2c9a4
](https://github.com/saltstack-formulas/template-formula/commit/ea2c9a4 ))
2019-02-22 03:38:05 +00:00
Imran Iqbal
f9dd953ed6
Merge pull request #41 from myii/PR_commitlint
...
ci(travis): include `commitlint` stage
2019-02-22 03:31:16 +00:00
Imran Iqbal
ea2c9a403d
docs(contributing): update with sub-headings and commitlint
details
2019-02-22 03:26:49 +00:00
Imran Iqbal
6df9c9524c
ci(travis): remove obsolete check based on $TRAVIS_TEST_RESULT
2019-02-21 17:42:57 +00:00
Imran Iqbal
6659a695d1
ci(travis): include commitlint
stage
...
* https://github.com/conventional-changelog/commitlint
- Lint commit messages.
- Ensure that they are in accordance with `semantic-release` settings.
- Use Travis CI to display errors and prevent release stage if so.
* https://conventional-changelog.github.io/commitlint/#/reference-rules
- Specific rules are defined in `commitlint.config.js`.
- Using the default rules at the time of this commit.
- This link gives full details on the default values and how to
provide custom settings.
2019-02-21 17:40:23 +00:00
semantic-release-bot
8fca3a9e32
chore(release): 0.3.5 [skip ci]
...
## [0.3.5](https://github.com/saltstack-formulas/template-formula/compare/v0.3.4...v0.3.5 ) (2019-02-21)
### Code Refactoring
* **kitchen:** prefer `kitchen.yml` to `.kitchen.yml` ([3860bf9
](https://github.com/saltstack-formulas/template-formula/commit/3860bf9 ))
2019-02-21 16:32:09 +00:00
Javier Bértoli
4b79fa4de7
Merge pull request #40 from myii/PR_rename-to-kitchen.yml
...
refactor(kitchen): prefer `kitchen.yml` to `.kitchen.yml`
2019-02-21 13:24:31 -03:00
Imran Iqbal
3860bf91bd
refactor(kitchen): prefer kitchen.yml
to .kitchen.yml
...
* Quoting from https://kitchen.ci/docs/getting-started/kitchen-yml/ :
- As of test-kitchen 1.21.0, we now prefer `kitchen.yml` over `.kitchen.yml`.
- This preference applies to `kitchen.local.yml` as well.
- This is backward compatible so the dot versions continue to work.
2019-02-21 15:24:21 +00:00
semantic-release-bot
3c7192f885
chore(release): 0.3.4 [skip ci]
...
## [0.3.4](https://github.com/saltstack-formulas/template-formula/compare/v0.3.3...v0.3.4 ) (2019-02-21)
### Documentation
* **contributing:** add commit message formatting instructions ([fb3d173
](https://github.com/saltstack-formulas/template-formula/commit/fb3d173 ))
2019-02-21 12:00:21 +00:00
Niels Abspoel
d1bc8ad86f
Merge pull request #26 from aboe76/authors/wip
...
docs(README): add authors.md
2019-02-21 12:53:40 +01:00
Niels Abspoel
41d2a6faab
Merge pull request #39 from myii/PR_add-contributing-info
...
docs(contributing): add commit message formatting instructions
2019-02-21 12:50:06 +01:00
Imran Iqbal
fb3d17324c
docs(contributing): add commit message formatting instructions
2019-02-21 04:20:24 +00:00
semantic-release-bot
43bf1669fb
chore(release): 0.3.3 [skip ci]
...
## [0.3.3](https://github.com/saltstack-formulas/template-formula/compare/v0.3.2...v0.3.3 ) (2019-02-20)
### Documentation
* **changelog:** add missing entry under `v0.3.2` ([50352b5
](https://github.com/saltstack-formulas/template-formula/commit/50352b5 ))
2019-02-20 20:33:48 +00:00
Imran Iqbal
50352b5cf5
docs(changelog): add missing entry under v0.3.2
2019-02-20 20:28:37 +00:00
semantic-release-bot
fb0ecb7c25
chore(release): 0.3.2 [skip ci]
...
## [0.3.2](https://github.com/saltstack-formulas/template-formula/compare/v0.3.1...v0.3.2 ) (2019-02-20)
### Documentation
* **contributing:** create blank template ([3633e8f
](https://github.com/saltstack-formulas/template-formula/commit/3633e8f ))
2019-02-20 20:14:09 +00:00
Imran Iqbal
3633e8faa9
docs(contributing): create blank template
2019-02-20 20:08:47 +00:00
Imran Iqbal
bbdc55922e
Merge pull request #37 from aboe76/remove_changelogrc
...
docs(README) remove gitchangelog
2019-02-20 19:54:48 +00:00
Niels Abspoel
2fc85fcc85
docs(README) remove changelog.rc
2019-02-20 20:50:00 +01:00
semantic-release-bot
c8b47d33cd
chore(release): 0.3.1 [skip ci]
...
## [0.3.1](https://github.com/saltstack-formulas/template-formula/compare/v0.3.0...v0.3.1 ) (2019-02-20)
### Documentation
* **changelog:** merge previous `rst` into new `md` format ([2b4e485
](https://github.com/saltstack-formulas/template-formula/commit/2b4e485 ))
2019-02-20 19:49:27 +00:00
Niels Abspoel
4dde834b00
Merge pull request #36 from myii/PR_docs-merge-changelogs
...
docs(changelog): merge previous `rst` into new `md` format
2019-02-20 20:44:01 +01:00
Imran Iqbal
2b4e485015
docs(changelog): merge previous rst
into new md
format
2019-02-20 19:32:38 +00:00
semantic-release-bot
b731437de9
chore(release): 0.3.0 [skip ci]
...
# [0.3.0](https://github.com/saltstack-formulas/template-formula/compare/v0.2.0...v0.3.0 ) (2019-02-20)
### Features
* **semantic-release:** configure for this formula ([cbcfd75
](https://github.com/saltstack-formulas/template-formula/commit/cbcfd75 ))
2019-02-20 18:41:26 +00:00
Imran Iqbal
e7b86c01b9
Merge pull request #35 from myii/PR_semantic-release
...
feat(semantic-release): configure for this formula
2019-02-20 18:35:37 +00:00
Imran Iqbal
cbcfd75b31
feat(semantic-release): configure for this formula
...
* https://github.com/semantic-release/semantic-release
- Fully automated version management and package publishing.
* This commit introduces automation for the following processes:
- (1) Version number bumped based on commit message types.
- (2) Tags and releases created in GitHub.
- (3) Changelog updated using the same content in the GitHub release.
- (4) `FORMULA` version number updated.
- (5) PR comments sent to inform which release includes the changes.
2019-02-20 18:26:48 +00:00
Niels Abspoel
14174c3dde
Merge pull request #34 from netmanagers/master
...
Add a testing scaffold with `kitchen-ci`, `inspec` and `travis` support
2019-02-18 18:22:31 +01:00
Javier Bértoli
3845414ee8
Update CHANGELOG and FORMULA
2019-02-17 21:28:28 -03:00
Javier Bértoli
21971a0980
Remove release parameter from inspec.yaml, to allow travis runs on the available images
2019-02-17 21:20:43 -03:00
Javier Bértoli
6ad99caa00
Removed inspec
licensing information
2019-02-17 21:12:00 -03:00
Javier Bértoli
e33e68b85d
Add a testing scaffold with kitchen-ci
, inspec
and travis
support
2019-02-17 20:59:13 -03:00
Imran Iqbal
b851aa885b
Merge branch 'aboe76-fix_readme' into upstream
2019-02-16 13:57:52 +00:00
Niels Abspoel
61e6a6e356
update the changelog
2019-02-16 14:50:45 +01:00
Niels Abspoel
306a0d9b1e
fix: typo in the installation instructions
2019-02-16 14:50:19 +01:00
Niels Abspoel
4df0914f78
Merge pull request #32 from myii/PR_readme-update
...
Update README with link to install `gitchangelog`
2019-02-16 14:49:04 +01:00
Imran Iqbal
d1f34e1fd8
Update README with link to install gitchangelog
2019-02-16 13:36:05 +00:00
Niels Abspoel
d5364c98cc
Merge pull request #31 from aboe76/changelog_generator
...
add changelog generator
2019-02-16 14:29:11 +01:00
Niels Abspoel
ec3cdb605f
add changelog generator
2019-02-16 14:27:11 +01:00
Imran Iqbal
7abfe9a0c3
Merge pull request #29 from GMAzrael/Config_Fix
...
Fix missing ')'
2019-02-15 20:22:03 +00:00
Imran Iqbal
5c85ad0aef
Prepare v0.1.5
2019-02-15 20:16:22 +00:00
gmazrael
8029c395c9
Fix missing ')'
2019-02-15 20:14:47 +00:00
Niels Abspoel
fc78adb8fd
Merge pull request #27 from myii/PR_formula-file
...
Replace obsolete `VERSION` file and replace with `FORMULA` file
2019-02-15 20:57:53 +01:00