Skip to content

Commit

Permalink
chore(main): release 1.0.0 (#2)
Browse files Browse the repository at this point in the history
* chore(main): release 1.0.0

* fix(aquarius): disable caddy

* fix(flake): add main scope for release-please

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Erwann Lagouche (AirOne01) <[email protected]>
  • Loading branch information
github-actions[bot] and airone01 authored Nov 10, 2024
1 parent eb8f5c8 commit 0297b95
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 35 deletions.
38 changes: 20 additions & 18 deletions .commitlintrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@ rules:
type-enum:
- 2
- always
- - feat # New feature
- fix # Bug fixes
- docs # Documentation only
- style # Formatting, missing semi colons, etc
- - feat # New feature
- fix # Bug fixes
- docs # Documentation only
- style # Formatting, missing semi colons, etc
- refactor # Code change that neither fixes a bug nor adds a feature
- perf # Code change that improves performance
- test # Adding missing tests
- build # Changes that affect the build system
- ci # Changes to CI configuration files and scripts
- chore # Other changes that don't modify src or test files
- revert # Reverts a previous commit
- perf # Code change that improves performance
- test # Adding missing tests
- build # Changes that affect the build system
- ci # Changes to CI configuration files and scripts
- chore # Other changes that don't modify src or test files
- revert # Reverts a previous commit

# Scope naming convention
scope-enum:
Expand Down Expand Up @@ -64,39 +64,41 @@ rules:
- readme
- changelog
- docs
# Release-please
- main

# Other rules
scope-case:
- 2
- always
- - lower-case # scope must be lower-case
- kebab-case # allow kebab-case
- - lower-case # scope must be lower-case
- kebab-case # allow kebab-case

subject-case:
- 2
- always
- - lower-case # subject must start with lower case
- - lower-case # subject must start with lower case

subject-empty:
- 2
- never # subject cannot be empty
- never # subject cannot be empty

subject-full-stop:
- 2
- never # subject cannot end with dot
- never # subject cannot end with dot

header-max-length:
- 2
- always
- 72 # keep header (first line) concise
- 72 # keep header (first line) concise

body-leading-blank:
- 2
- always # body must start with blank line
- always # body must start with blank line

footer-leading-blank:
- 2
- always # footer must start with blank line
- always # footer must start with blank line

help: |
Your commit message should follow this format:
Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changelog

## 1.0.0 (2024-11-10)


### Features

* **flake:** initial commit ([eb8f5c8](https://github.com/airone01/flake/commit/eb8f5c8f3234b14882481f1fc147e2f8c64dc79e))
33 changes: 16 additions & 17 deletions constellations/aquarius/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,21 +10,20 @@
};
time.timeZone = "Europe/Paris";

imports = with stars;
[
cli-btop
cli-eza
cli-nvim
cli-oh-my-posh
cli-zellij
cli-zsh
core-sops
dev-core
dev-garnix
net-network-manager
r1-git
]
++ [
./services/caddy.nix
];
imports = with stars; [
cli-btop
cli-eza
cli-nvim
cli-oh-my-posh
cli-zellij
cli-zsh
core-sops
dev-core
dev-garnix
net-network-manager
r1-git
];
# ++ [
# ./services/caddy.nix
# ];
}

0 comments on commit 0297b95

Please sign in to comment.