6 Commits

Author SHA1 Message Date
a2bbaf019b build(version): bump version 1.0.0rc2 → 1.0.0rc3 2023-05-31 02:37:50 +00:00
Jon
5b87ceb9f2 Merge branch 'ci-fixes' into 'development'
ci: fixes

Closes #10

See merge request nofusscomputing/infrastructure/website!13
2023-05-31 02:29:35 +00:00
Jon
db4bdccdb1 chore(git): gitlab-ci updated to current HEAD
!13 nofusscomputing/projects/gitlab-ci!36 fixes #10
2023-05-31 11:53:15 +09:30
Jon
c40dc037b3 fix(ci): website.lint paths updated
!13
2023-05-31 11:39:13 +09:30
Jon
1a66a0f170 Merge branch 'ci-fixes' into 'development'
ci(chore): add nfc automation config

See merge request nofusscomputing/infrastructure/website!12
2023-05-29 03:52:27 +00:00
Jon
aec1b98e9a ci(chore): add nfc automation config
!12
2023-05-29 13:17:16 +09:30
5 changed files with 23 additions and 3 deletions

View File

@ -4,4 +4,4 @@ commitizen:
name: cz_conventional_commits
tag_format: $major.$minor.$patch$prerelease
update_changelog_on_bump: true
version: 1.0.0rc2
version: 1.0.0rc3

View File

@ -14,7 +14,9 @@ include:
Website.Lint:
extends: .Lint_Markdown
extends: .Lint_Markdown_Docs
variables:
MDLINT_PATHS: "pages/*.md pages/**/*.md pages/**/**/*.md pages/**/**/**/*.md pages/**/**/**/**/**/*.md #CHANGELOG.md !gitlab-ci !website-template"
Website.Build:

8
.nfc_automation.yaml Normal file
View File

@ -0,0 +1,8 @@
---
role_git_conf:
gitlab:
submodule_branch: "development"
default_branch: development
mr_labels: ~"type::automation" ~"impact::0" ~"priority::0"
auto_merge: true

View File

@ -1,3 +1,13 @@
## 1.0.0rc3 (2023-05-31)
### Bug Fixes
- **ci**: [c40dc037](https://gitlab.com/nofusscomputing/infrastructure/website/-/commit/c40dc037b3b7e0e0be97e9421c7c0097c8c494fe) - website.lint paths updated [ [!13](https://gitlab.com/nofusscomputing/infrastructure/website/-/merge_requests/13) ]
### Continious Integration
- **chore**: [aec1b98e](https://gitlab.com/nofusscomputing/infrastructure/website/-/commit/aec1b98e9a6f466d18981f84902964446ba50b88) - add nfc automation config [ [!12](https://gitlab.com/nofusscomputing/infrastructure/website/-/merge_requests/12) ]
## 1.0.0rc2 (2023-05-29)
### Bug Fixes