Compare commits

..

7 Commits

Author SHA1 Message Date
1717c19357 Merge branch 'master' into Fix-Set-CredentialStoreItem
All checks were successful
continuous-integration/drone/pr Build is passing
2022-10-10 10:01:11 +02:00
44fdf38c1d Merge branch 'master' into Fix-Set-CredentialStoreItem
All checks were successful
continuous-integration/drone/pr Build is passing
2022-10-10 09:42:38 +02:00
d19278c99d Fix quotation
All checks were successful
continuous-integration/drone/pr Build is passing
2022-10-06 21:51:24 +02:00
025f18725b Add unit tests for Set-CredentialStoreItem 2022-10-06 21:43:14 +02:00
90f82b137d We need to always set -Shared (even if we have to set it to $false) 2022-10-06 21:42:50 +02:00
c086015272 Fix string quotation 2022-10-06 21:07:41 +02:00
a36b53c1a5 Write a error message if we cannot locate the CredentialStoreItem in the Store. Fix string quotation 2022-10-06 21:07:23 +02:00
2 changed files with 0 additions and 46 deletions

View File

@ -1,32 +0,0 @@
# The full repository name
repo: OCram85/PSCredentialStore
# Service type (gitea or github)
service: gitea
# Base URL for Gitea instance if using gitea service type (optional)
# Default: https://gitea.com
base-url: https://gitea.ocram85.com
# Changelog groups and which labeled PRs to add to each group
groups:
- name: ✨ FEATURES
labels:
- feature
- name: 📦 META
labels:
- meta
- name: 🐛 BUGFIXES
labels:
- bug
- name: 🛠️ ENHANCEMENTS
labels:
- enhancement
- name: 📚 DOCS
labels:
- docs
- name: 🔖 MISC
default: true
# regex indicating which labels to skip for the changelog
skip-labels: skip-changelog|backport\/.+

View File

@ -1,20 +1,6 @@
# Changelog # Changelog
<!-- insertMark --> <!-- insertMark -->
## [v1.1.1](https://gitea.ocram85.com/OCram85/PSCredentialStore/releases/tag/v1.1.1) - 2022-10-10
* 📦 META
* Adds changelog config for gitea changelog cli tool (#77)
* 🐛 BUGFIXES
* Fix Set-CredentialStoreItem (#76)
* Fix optional module dependencies (#75)
### Contributors
* [@OCram85](https://gitea.ocram85.com/OCram85)
* [@pinguinfuss](https://gitea.ocram85.com/pinguinfuss)
## `v1.1.0` ## `v1.1.0`
- (3d4f53d) adds pinguinfuss contributed fix (#73) - (3d4f53d) adds pinguinfuss contributed fix (#73)