Commit graph

8 commits

Author SHA1 Message Date
Imran Iqbal
0403f62c77
ci(gitlab-ci): use GitLab CI as Travis CI replacement
* Automated using https://github.com/myii/ssf-formula/pull/275
2020-12-16 06:59:07 +00:00
Imran Iqbal
4ac8d92778 fix(release.config.js): use full commit hash in commit link [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/89
2019-10-31 10:31:33 +00:00
Imran Iqbal
4601d38289
chore(semantic-release): move pre-commit script back to root dir
* https://freenode.logbot.info/saltstack-formulas/20190305#c2040419
2019-03-06 00:36:41 +00:00
Imran Iqbal
f341bdb8ef
chore(semantic-release): move pre-commit script to bin/ subdir 2019-03-03 05:05:13 +00:00
Imran Iqbal
b86ddf4ce7
feat(m2r): use m2r to convert automatic .md files to .rst
* https://github.com/miyakogi/m2r
  - Markdown to reStructuredText converter
2019-03-03 05:04:23 +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
fb3d17324c docs(contributing): add commit message formatting instructions 2019-02-21 04:20:24 +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