Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
44 changes: 38 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,24 @@
<!-- weaver:banner:END -->

<!-- weaver:header:START -->
<!-- auto-generated by Weaver — do not edit between these markers -->

<h1 align="center">postcss-licensing</h1>
<p align="center">
<b>Prepends licensing or other metadata to CSS files.</b>
</p>

<div align="center">
<p align="center">

[![Tests](https://github.com/allonsy-studio/postcss-licensing/actions/workflows/testing.yml/badge.svg?branch=main)](https://github.com/allonsy-studio/postcss-licensing/actions/workflows/testing.yml)
[![NPM version](https://img.shields.io/npm/v/postcss-licensing.svg)](https://www.npmjs.com/package/postcss-licensing)
<a href="https://github.com/allonsy-studio/postcss-licensing/actions/workflows/testing.yml">
<img src="https://github.com/allonsy-studio/postcss-licensing/actions/workflows/testing.yml/badge.svg?branch=main" alt="Tests" height="20" />
</a>
<a href="https://www.npmjs.com/package/@allons-y/postcss-licensing">
<img src="https://img.shields.io/npm/v/@allons-y/postcss-licensing.svg" alt="NPM version" height="20" />
</a>

</p>

</div>
<!-- weaver:header:END -->

## Installation
Expand Down Expand Up @@ -73,17 +80,42 @@ postcss([
```

<!-- weaver:changesets:START -->
<!-- auto-generated by Weaver — do not edit between these markers -->

## Releasing with changesets

Releases are managed by [Changesets](https://github.com/changesets/changesets). When you make a change that affects how the action behaves for consumers, add a changeset:

```bash
yarn changeset
```

Pick the bump type when prompted, write a short summary, and commit the generated file in `.changeset/` alongside your code:

- **patch** — bug fixes
- **minor** — new, backwards-compatible features
- **major** — breaking changes

Changes that don't affect consumers (docs, tests, CI, internal refactors) don't need a changeset.

<!-- weaver:changesets:END -->

<!-- weaver:contribution:START -->
<!-- auto-generated by Weaver — do not edit between these markers -->

## Contributing
<h2>Contributing</h2>

Contributions are welcome! Please open an [issue](https://github.com/allonsy-studio/glob-concat-cli/issues/new) or submit a pull request.
Contributions are welcome and appreciated! Please open an [issue](https://github.com/allonsy-studio/postcss-licensing/issues/new) (before submitting a pull request) if you find a bug, have a feature request, or have a question. Be sure to follow the [contribution guidelines](CONTRIBUTING.md) and [code of conduct](CODE_OF_CONDUCT.md) but most importantly, be excellent to each other. 💖

<!-- weaver:contribution:END -->

<!-- weaver:license:START -->
<!-- auto-generated by Weaver — do not edit between these markers -->

<h2>License</h2>

This project is licensed under the MPL-2.0 License - see the [LICENSE](LICENSE) file for details. This means you can use this freely, modify as needed; changes to MPL-licensed files should be shared back under the same license.

<!-- weaver:license:END -->
Comment thread
castastrophe marked this conversation as resolved.

<!-- weaver:funding:START -->
Expand Down