generated from alecodes/base-template
Compare commits
No commits in common. "0d0ead8e2efd00c7e4237ca348e595c8b2a7f5e6" and "fa09b9e48a4b5afd9929ebdf7e3fa7cce4abbf2e" have entirely different histories.
0d0ead8e2e
...
fa09b9e48a
4 changed files with 3 additions and 26 deletions
15
CHANGELOG.md
15
CHANGELOG.md
|
|
@ -1,15 +0,0 @@
|
|||
# Changelog
|
||||
All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines.
|
||||
|
||||
- - -
|
||||
## v0.1.0 - 2025-02-19
|
||||
#### Features
|
||||
- add plugin - (fa09b9e) - aleidk
|
||||
#### Miscellaneous Chores
|
||||
- add npm registry - (e933fd5) - aleidk
|
||||
- update cocogitto config - (9949e70) - aleidk
|
||||
- initial commit - (b7452c7) - alecodes
|
||||
|
||||
- - -
|
||||
|
||||
Changelog generated by [cocogitto](https://github.com/cocogitto/cocogitto).
|
||||
|
|
@ -1,3 +0,0 @@
|
|||
[install]
|
||||
|
||||
registry = { token = "$NPM_REGISTRY_TOKEN", url = "https://git.alecodes.page/api/packages/alecodes/npm/" }
|
||||
9
cog.toml
9
cog.toml
|
|
@ -1,6 +1,5 @@
|
|||
from_latest_tag = false
|
||||
ignore_merge_commits = true
|
||||
tag_prefix = "v"
|
||||
disable_changelog = false
|
||||
disable_bump_commit = false
|
||||
generate_mono_repository_global_tag = true
|
||||
|
|
@ -8,12 +7,8 @@ generate_mono_repository_package_tags = true
|
|||
branch_whitelist = []
|
||||
skip_ci = "[skip ci]"
|
||||
skip_untracked = false
|
||||
pre_bump_hooks = [
|
||||
"echo 'bump package to {{version}}'",
|
||||
"sed -E -i 's/(\"version\":) \"[0-9.]{5}\"/\\1 \"{{version}}\"/gi' package.json",
|
||||
"bun run ci:publish",
|
||||
]
|
||||
post_bump_hooks = ["git push", "git push origin {{version_tag}}"]
|
||||
pre_bump_hooks = []
|
||||
post_bump_hooks = []
|
||||
pre_package_bump_hooks = []
|
||||
post_package_bump_hooks = []
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "bun-plugin-sass",
|
||||
"version": "0.1.0",
|
||||
"version": "0.0.0",
|
||||
"module": "index.ts",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue