autorel 2.2.8 → 2.2.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +17 -5
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -4,11 +4,13 @@
4
4
  <img src="docs/autorel-dark.svg" alt="Autorel" size="250">
5
5
  </picture>
6
6
 
7
+ ---
8
+
7
9
  [![build status](https://github.com/mhweiner/autorel/actions/workflows/release.yml/badge.svg)](https://github.com/mhweiner/autorel/actions)
8
10
  [![SemVer](https://img.shields.io/badge/SemVer-2.0.0-blue)](https://semver.org)
9
11
  [![Conventional Commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow.svg)](https://conventionalcommits.org)
10
12
  [![License](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)
11
- [![autorel](https://raw.githubusercontent.com/mhweiner/autorel/main/badge.svg)](https://github.com/mhweiner/autorel)
13
+ [![Static Badge](https://img.shields.io/badge/v2-autorel?label=autorel&labelColor=0ab5fc&color=grey&link=https%3A%2F%2Fgithub.com%2Fmhweiner%2Fautorel)](https://github.com/mhweiner/autorel)
12
14
 
13
15
  Automate releases based on [SemVer](https://semver.org/) and [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/). Like `semantic-release` and `release-please` but simpler and faster.
14
16
 
@@ -368,16 +370,26 @@ If you need access to the new version number in your CI/CD pipeline, you can use
368
370
  - Support this package by adding our badge to your README:
369
371
 
370
372
  ```markdown
371
- [![autorel](https://raw.githubusercontent.com/mhweiner/autorel/main/badge.svg)](https://github.com/mhweiner/autorel)
373
+ [![Static Badge](https://img.shields.io/badge/v2-autorel?label=autorel&labelColor=0ab5fc&color=grey&link=https%3A%2F%2Fgithub.com%2Fmhweiner%2Fautorel)](https://github.com/mhweiner/autorel)
372
374
  ```
373
375
 
374
376
  # Contributors & Maintainers Wanted!
375
377
 
376
378
  We are looking for contributors and maintainers to help with the project. If you are interested, please open an issue or PR. Together we can help bring automated releases to everyone!
377
379
 
378
- ## License
380
+ # Sponsorship
379
381
 
380
- MIT &copy; Marc H. Weiner
382
+ Want to sponsor this project? [Reach out to me via email](mailto:mhweiner234@gmail.com?subject=I%20want%20to%20sponsor%20cjs-mock).
381
383
 
382
- [See full license](LICENSE)
384
+ <picture>
385
+ <source srcset="docs/aeroview-logo-lockup-dark.svg" media="(prefers-color-scheme: dark)">
386
+ <source srcset="docs/aeroview-logo-lockup.svg" media="(prefers-color-scheme: light)">
387
+ <img src="docs/aeroview-logo-lockup.svg" alt="Logo" style="max-width: 150px;margin: 0 0 10px">
388
+ </picture>
383
389
 
390
+ Aeroview is a lightning-fast, developer-friendly, and AI-powered logging IDE. Get started for free at [https://aeroview.io](https://aeroview.io).
391
+
392
+ # License
393
+
394
+ MIT &copy; Marc H. Weiner
395
+ [See full license](LICENSE)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "autorel",
3
- "version": "2.2.8",
3
+ "version": "2.2.10",
4
4
  "description": "Automate semantic releases based on conventional commits. Similar to semantic-release but much simpler.",
5
5
  "license": "MIT",
6
6
  "author": "Marc H. Weiner <mhweiner234@gmail.com> (https://mhweiner.com)",